Convert all Intel i810 boards to CAR.
[coreboot.git] / src / mainboard / asus / mew-vm / Kconfig
index 3769d2e293baaedf96c4954d36f0bad5b5274766..4e461923add7c0dc45f7fb4fd4786360b051cfc1 100644 (file)
@@ -5,8 +5,7 @@
 ##
 ## 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.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
 ## along with this program; if not, write to the Free Software
 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 ##
+if BOARD_ASUS_MEW_VM
 
-config BOARD_ASUS_MEW_VM
-       bool "MEW-VM"
+config BOARD_SPECIFIC_OPTIONS # dummy
+       def_bool y
        select ARCH_X86
        select CPU_INTEL_SOCKET_PGA370
        select NORTHBRIDGE_INTEL_I82810
-       select SOUTHBRIDGE_INTEL_I82801XX
+       select SOUTHBRIDGE_INTEL_I82801AX
        select SUPERIO_SMSC_LPC47B272
+       select HAVE_OPTION_TABLE
        select HAVE_PIRQ_TABLE
-       select UDELAY_IO
+       select UDELAY_TSC
+       select BOARD_ROMSIZE_KB_512
+       select HAVE_MAINBOARD_RESOURCES
+       select GFXUMA
 
 config MAINBOARD_DIR
        string
        default asus/mew-vm
-       depends on BOARD_ASUS_MEW_VM
 
 config MAINBOARD_PART_NUMBER
        string
        default "MEW-VM"
-       depends on BOARD_ASUS_MEW_VM
 
 config IRQ_SLOT_COUNT
        int
        default 11
-       depends on BOARD_ASUS_MEW_VM
-
-config VIDEO_MB
-       int
-       default 1
-       depends on BOARD_ASUS_MEW_VM
 
+endif # BOARD_ASUS_MEW_VM