summaryrefslogtreecommitdiff
path: root/src/mainboard/supermicro/x6dhe_g2/Kconfig
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/mainboard/supermicro/x6dhe_g2/Kconfig
parent5c57df6c1a672218254c2625dd2bc949dacf469f (diff)
downloadcoreboot-e405327b46523ea93f84d29798b394c43a0f0f52.tar.xz
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/mainboard/supermicro/x6dhe_g2/Kconfig')
-rw-r--r--src/mainboard/supermicro/x6dhe_g2/Kconfig5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mainboard/supermicro/x6dhe_g2/Kconfig b/src/mainboard/supermicro/x6dhe_g2/Kconfig
index f999212e31..3593a2613f 100644
--- a/src/mainboard/supermicro/x6dhe_g2/Kconfig
+++ b/src/mainboard/supermicro/x6dhe_g2/Kconfig
@@ -9,6 +9,7 @@ config BOARD_SUPERMICRO_X6DHE_G2
select HAVE_PIRQ_TABLE
select HAVE_MP_TABLE
select BOARD_ROMSIZE_KB_1024
+ select DRIVERS_GENERIC_DEBUG
config MAINBOARD_DIR
string
@@ -55,7 +56,3 @@ config IRQ_SLOT_COUNT
default 15
depends on BOARD_SUPERMICRO_X6DHE_G2
-config DRIVERS_GENERIC_DEBUG
- bool
- default y
- depends on BOARD_SUPERMICRO_X6DHE_G2