summaryrefslogtreecommitdiff
path: root/src/mainboard/lippert/frontrunner/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/lippert/frontrunner/Kconfig')
-rw-r--r--src/mainboard/lippert/frontrunner/Kconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mainboard/lippert/frontrunner/Kconfig b/src/mainboard/lippert/frontrunner/Kconfig
index f9e555e453..adf2765c28 100644
--- a/src/mainboard/lippert/frontrunner/Kconfig
+++ b/src/mainboard/lippert/frontrunner/Kconfig
@@ -1,5 +1,7 @@
-config BOARD_LIPPERT_FRONTRUNNER
- bool "Cool Frontrunner"
+if BOARD_LIPPERT_FRONTRUNNER
+
+config BOARD_SPECIFIC_OPTIONS # dummy
+ def_bool y
select ARCH_X86
select CPU_AMD_GX2
select NORTHBRIDGE_AMD_GX2
@@ -12,15 +14,13 @@ config BOARD_LIPPERT_FRONTRUNNER
config MAINBOARD_DIR
string
default lippert/frontrunner
- depends on BOARD_LIPPERT_FRONTRUNNER
config MAINBOARD_PART_NUMBER
string
default "Cool Frontrunner"
- depends on BOARD_LIPPERT_FRONTRUNNER
config IRQ_SLOT_COUNT
int
default 2
- depends on BOARD_LIPPERT_FRONTRUNNER
+endif # BOARD_LIPPERT_FRONTRUNNER