Author: oxygene
Date: 2009-08-27 14:10:05 +0200 (Thu, 27 Aug 2009)
New Revision: 4595

Added:
   trunk/coreboot-v2/src/mainboard/kontron/986lcd-m/Kconfig
Modified:
   trunk/coreboot-v2/src/mainboard/kontron/Kconfig
Log:
Clean up the kontron Kconfig

Signed-off-by: Patrick Georgi <[email protected]>
Acked-by: Ronald G. Minnich <[email protected]>


Added: trunk/coreboot-v2/src/mainboard/kontron/986lcd-m/Kconfig
===================================================================
--- trunk/coreboot-v2/src/mainboard/kontron/986lcd-m/Kconfig                    
        (rev 0)
+++ trunk/coreboot-v2/src/mainboard/kontron/986lcd-m/Kconfig    2009-08-27 
12:10:05 UTC (rev 4595)
@@ -0,0 +1,44 @@
+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.
+
+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
+

Modified: trunk/coreboot-v2/src/mainboard/kontron/Kconfig
===================================================================
--- trunk/coreboot-v2/src/mainboard/kontron/Kconfig     2009-08-27 11:34:09 UTC 
(rev 4594)
+++ trunk/coreboot-v2/src/mainboard/kontron/Kconfig     2009-08-27 12:10:05 UTC 
(rev 4595)
@@ -2,49 +2,6 @@
        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
-


-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to