summaryrefslogtreecommitdiffstats
path: root/src/mainboard/kontron/Kconfig
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@coresystems.de>2009-08-12 15:00:51 +0000
committerRonald G. Minnich <rminnich@gmail.com>2009-08-12 15:00:51 +0000
commit0588d19abef62dad63a7794a37bdd6a71c526d9e (patch)
tree1c507caa1ffed6ceb73d3e13fc9b766a713d16e2 /src/mainboard/kontron/Kconfig
parent38cd29ebd7282333650cf11ed50c7f2fd4031e80 (diff)
downloadcoreboot-0588d19abef62dad63a7794a37bdd6a71c526d9e.tar.gz
coreboot-0588d19abef62dad63a7794a37bdd6a71c526d9e.tar.bz2
coreboot-0588d19abef62dad63a7794a37bdd6a71c526d9e.zip
Kconfig!
Works on Kontron, qemu, and serengeti. Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> tested on abuild only. Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4534 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/kontron/Kconfig')
-rw-r--r--src/mainboard/kontron/Kconfig48
1 files changed, 48 insertions, 0 deletions
diff --git a/src/mainboard/kontron/Kconfig b/src/mainboard/kontron/Kconfig
new file mode 100644
index 000000000000..4a6a64fddbe0
--- /dev/null
+++ b/src/mainboard/kontron/Kconfig
@@ -0,0 +1,48 @@
+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 PIRQ_TABLE
+ select MMCONF_SUPPORT
+ select USE_PRINTK_IN_CAR
+ help
+ Kontron 986LCD-M Series mainboards
+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