aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/kontron/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/kontron/Kconfig')
-rw-r--r--src/mainboard/kontron/Kconfig45
1 files changed, 1 insertions, 44 deletions
diff --git a/src/mainboard/kontron/Kconfig b/src/mainboard/kontron/Kconfig
index eec11dccbf..152e9491d1 100644
--- a/src/mainboard/kontron/Kconfig
+++ b/src/mainboard/kontron/Kconfig
@@ -2,49 +2,6 @@ choice
prompt "Mainboard model"
depends on VENDOR_KONTRON
-config BOARD_KONTRON_986LCD_M
- bool "986LCD-M"
- select ARCH_X86
- select CPU_INTEL_CORE
- select CPU_INTEL_SOCKET_MFCPGA478
- select NORTHBRIDGE_INTEL_I945
- select SOUTHBRIDGE_INTEL_I82801GX
- select SUPERIO_WINBOND_W83627THG
- select HAVE_PIRQ_TABLE
- select MMCONF_SUPPORT
- select USE_PRINTK_IN_CAR
- help
- Kontron 986LCD-M/mITX mainboard.
+source "src/mainboard/kontron/986lcd-m/Kconfig"
endchoice
-
-config MAINBOARD_DIR
- string
- default kontron/986lcd-m
- depends on BOARD_KONTRON_986LCD_M
-
-config DCACHE_RAM_BASE
- hex
- default 0xffdf8000
- depends on BOARD_KONTRON_986LCD_M
-
-config DCACHE_RAM_SIZE
- hex
- default 0x8000
- depends on BOARD_KONTRON_986LCD_M
-
-config LB_CKS_RANGE_END
- int
- default 122
- depends on BOARD_KONTRON_986LCD_M
-
-config LB_CKS_LOC
- int
- default 123
- depends on BOARD_KONTRON_986LCD_M
-
-config MAINBOARD_PART_NUMBER
- string
- default "986LCD-M"
- depends on BOARD_KONTRON_986LCD_M
-