Author: stepan
Date: 2008-11-12 17:57:33 +0100 (Wed, 12 Nov 2008)
New Revision: 1003

Added:
   coreboot-v3/mainboard/kontron/Kconfig
Log:
fix make menuconfig 
Signed-off-by: Stefan Reinauer <[EMAIL PROTECTED]>
Acked-by: Stefan Reinauer <[EMAIL PROTECTED]>



Added: coreboot-v3/mainboard/kontron/Kconfig
===================================================================
--- coreboot-v3/mainboard/kontron/Kconfig                               (rev 0)
+++ coreboot-v3/mainboard/kontron/Kconfig       2008-11-12 16:57:33 UTC (rev 
1003)
@@ -0,0 +1,44 @@
+##
+## This file is part of the coreboot project.
+##
+## Copyright (C) 2008 coresystems GmbH
+## (Written by Stefan Reinauer <[EMAIL PROTECTED]> for coresystems GmbH)
+##
+## This program is free software; you can redistribute it and/or modify
+## it under the terms of the GNU General Public License as published by
+## the Free Software Foundation; either version 2 of the License, or
+## (at your option) any later version.
+##
+## This program is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+## GNU General Public License for more details.
+##
+## You should have received a copy of the GNU General Public License
+## along with this program; if not, write to the Free Software
+## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+##
+
+choice
+       prompt "Mainboard model"
+       depends on VENDOR_KONTRON
+
+config BOARD_KONTRON_986LCD_M
+       bool "986LCD-M"
+       select ARCH_X86
+       select CPU_INTEL_CORE2
+       select OPTION_TABLE
+       select NORTHBRIDGE_INTEL_I945
+       select SOUTHBRIDGE_INTEL_I82801GX
+       select SUPERIO_WINBOND_W83627HF
+       select PIRQ_TABLE
+       help
+         Kontron 986LCD-M Series mainboards
+
+endchoice
+
+config MAINBOARD_DIR
+       string
+       default kontron/986lcd-m
+       depends BOARD_KONTRON_986LCD_M
+


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

Reply via email to