summaryrefslogtreecommitdiff
path: root/src/mainboard/lippert/roadrunner-lx/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/lippert/roadrunner-lx/Kconfig')
-rw-r--r--src/mainboard/lippert/roadrunner-lx/Kconfig12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mainboard/lippert/roadrunner-lx/Kconfig b/src/mainboard/lippert/roadrunner-lx/Kconfig
index 9f20930acd..6bc2e9a9d4 100644
--- a/src/mainboard/lippert/roadrunner-lx/Kconfig
+++ b/src/mainboard/lippert/roadrunner-lx/Kconfig
@@ -1,5 +1,7 @@
-config BOARD_LIPPERT_ROADRUNNER_LX
- bool "Cool RoadRunner-LX"
+if BOARD_LIPPERT_ROADRUNNER_LX
+
+config BOARD_SPECIFIC_OPTIONS # dummy
+ def_bool y
select ARCH_X86
select CPU_AMD_LX
select NORTHBRIDGE_AMD_LX
@@ -14,19 +16,17 @@ config BOARD_LIPPERT_ROADRUNNER_LX
config MAINBOARD_DIR
string
default lippert/roadrunner-lx
- depends on BOARD_LIPPERT_ROADRUNNER_LX
config MAINBOARD_PART_NUMBER
string
default "Cool RoadRunner-LX"
- depends on BOARD_LIPPERT_ROADRUNNER_LX
config IRQ_SLOT_COUNT
int
default 7
- depends on BOARD_LIPPERT_ROADRUNNER_LX
config RAMBASE
hex
default 0x4000
- depends on BOARD_LIPPERT_ROADRUNNER_LX
+
+endif # BOARD_LIPPERT_ROADRUNNER_LX