Simplify Kconfig files by using "select" where possible (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4806 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -20,20 +20,12 @@
|
||||
config NORTHBRIDGE_AMD_AMDFAM10
|
||||
bool
|
||||
select HAVE_HIGH_TABLES
|
||||
select HYPERTRANSPORT_PLUGIN_SUPPORT
|
||||
select HT3_SUPPORT
|
||||
|
||||
config AGP_APERTURE_SIZE
|
||||
hex
|
||||
default 0x4000000
|
||||
depends on NORTHBRIDGE_AMD_AMDFAM10
|
||||
|
||||
config HYPERTRANSPORT_PLUGIN_SUPPORT
|
||||
bool
|
||||
default y
|
||||
depends on NORTHBRIDGE_AMD_AMDFAM10
|
||||
|
||||
config HT3_SUPPORT
|
||||
bool
|
||||
default y
|
||||
depends on NORTHBRIDGE_AMD_AMDFAM10
|
||||
|
||||
source src/northbridge/amd/amdfam10/root_complex/Kconfig
|
||||
|
Reference in New Issue
Block a user