diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2009-10-18 13:47:30 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2009-10-18 13:47:30 +0000 |
commit | e405327b46523ea93f84d29798b394c43a0f0f52 (patch) | |
tree | d7e0399c5b975e0544d10d784b10e4411995796c /src/northbridge/amd/amdk8 | |
parent | 5c57df6c1a672218254c2625dd2bc949dacf469f (diff) |
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
Diffstat (limited to 'src/northbridge/amd/amdk8')
-rw-r--r-- | src/northbridge/amd/amdk8/Kconfig | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/northbridge/amd/amdk8/Kconfig b/src/northbridge/amd/amdk8/Kconfig index 10fec83fdf..1337a11d0b 100644 --- a/src/northbridge/amd/amdk8/Kconfig +++ b/src/northbridge/amd/amdk8/Kconfig @@ -20,6 +20,7 @@ config NORTHBRIDGE_AMD_AMDK8 bool select HAVE_HIGH_TABLES + select HYPERTRANSPORT_PLUGIN_SUPPORT config AGP_APERTURE_SIZE hex @@ -31,9 +32,4 @@ config K8_HT_FREQ_1G_SUPPORT default n depends on NORTHBRIDGE_AMD_AMDK8 -config HYPERTRANSPORT_PLUGIN_SUPPORT - bool - default y - depends on NORTHBRIDGE_AMD_AMDK8 - source src/northbridge/amd/amdk8/root_complex/Kconfig |