From e405327b46523ea93f84d29798b394c43a0f0f52 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 18 Oct 2009 13:47:30 +0000 Subject: Simplify Kconfig files by using "select" where possible (trivial). Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4806 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/northbridge/amd/amdfam10/Kconfig | 12 ++---------- src/northbridge/amd/amdk8/Kconfig | 6 +----- src/northbridge/amd/lx/Kconfig | 5 +---- 3 files changed, 4 insertions(+), 19 deletions(-) (limited to 'src/northbridge') diff --git a/src/northbridge/amd/amdfam10/Kconfig b/src/northbridge/amd/amdfam10/Kconfig index 2c626625e2..b8b334514b 100644 --- a/src/northbridge/amd/amdfam10/Kconfig +++ b/src/northbridge/amd/amdfam10/Kconfig @@ -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 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 diff --git a/src/northbridge/amd/lx/Kconfig b/src/northbridge/amd/lx/Kconfig index 4989654dd8..002cc8a7aa 100644 --- a/src/northbridge/amd/lx/Kconfig +++ b/src/northbridge/amd/lx/Kconfig @@ -1,7 +1,4 @@ config NORTHBRIDGE_AMD_LX bool + select HAVE_HIGH_TABLES -config HAVE_HIGH_TABLES - bool - default y - depends on NORTHBRIDGE_AMD_LX -- cgit v1.2.3