aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/lx
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2009-10-18 13:47:30 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2009-10-18 13:47:30 +0000
commite405327b46523ea93f84d29798b394c43a0f0f52 (patch)
treed7e0399c5b975e0544d10d784b10e4411995796c /src/northbridge/amd/lx
parent5c57df6c1a672218254c2625dd2bc949dacf469f (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/lx')
-rw-r--r--src/northbridge/amd/lx/Kconfig5
1 files changed, 1 insertions, 4 deletions
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