diff options
author | Myles Watson <mylesgw@gmail.com> | 2009-09-24 15:09:11 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2009-09-24 15:09:11 +0000 |
commit | 74fb8f224f11806b21038ecf117ba6380efce43d (patch) | |
tree | 7a77033bedc940ee0dd29fd217fd6921d98c60b6 /src/Kconfig | |
parent | f0cfb22970db1cc91e7a73f139939ef13786fbb5 (diff) |
Remove HyperTransport support from boards that don't need it.
Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4670 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/src/Kconfig b/src/Kconfig index 9f8862366a..7d268b0f0d 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -30,8 +30,8 @@ mainmenu "Coreboot Configuration" source src/mainboard/Kconfig source src/arch/i386/Kconfig source src/arch/ppc/Kconfig -source src/devices/Kconfig source src/northbridge/Kconfig +source src/devices/Kconfig source src/southbridge/Kconfig source src/superio/Kconfig source src/cpu/Kconfig @@ -41,16 +41,8 @@ config CBFS default y config PCI_BUS_SEGN_BITS - bool - default n - -config HT_CHAIN_UNITID_BASE - hex - default 0x1 - -config HT_CHAIN_END_UNITID_BASE - hex - default 0x20 + int + default 0 config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID hex |