blob: c7df3acaf8381c80c3621ccdcff548c0ab0d557e [file] [log] [blame]
Uwe Hermann84a0f542009-08-28 16:38:42 +00001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
5##
6## This program is free software; you can redistribute it and/or modify
7## it under the terms of the GNU General Public License as published by
Nils Jacobsdd6ad342010-05-14 09:48:05 +00008## the Free Software Foundation; version 2 of the License.
Uwe Hermann84a0f542009-08-28 16:38:42 +00009##
10## This program is distributed in the hope that it will be useful,
11## but WITHOUT ANY WARRANTY; without even the implied warranty of
12## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13## GNU General Public License for more details.
14##
Jens Rottmann9a684fc2010-08-30 16:36:51 +000015if BOARD_ASUS_MEW_VM
Uwe Hermann84a0f542009-08-28 16:38:42 +000016
Jens Rottmann9a684fc2010-08-30 16:36:51 +000017config BOARD_SPECIFIC_OPTIONS # dummy
18 def_bool y
Uwe Hermann84a0f542009-08-28 16:38:42 +000019 select CPU_INTEL_SOCKET_PGA370
20 select NORTHBRIDGE_INTEL_I82810
Stefan Reinauer138be832010-02-27 01:50:21 +000021 select SOUTHBRIDGE_INTEL_I82801AX
Patrick Georgi892b0912009-09-24 09:03:06 +000022 select SUPERIO_SMSC_LPC47B272
Edwin Beasanteb50c7d2010-07-06 21:05:04 +000023 select HAVE_OPTION_TABLE
Uwe Hermann84a0f542009-08-28 16:38:42 +000024 select HAVE_PIRQ_TABLE
Uwe Hermann99950c22009-10-06 22:25:21 +000025 select UDELAY_TSC
Uwe Hermannd65509d2009-10-16 17:37:20 +000026 select BOARD_ROMSIZE_KB_512
Uwe Hermann84a0f542009-08-28 16:38:42 +000027
28config MAINBOARD_DIR
29 string
30 default asus/mew-vm
Uwe Hermann84a0f542009-08-28 16:38:42 +000031
32config MAINBOARD_PART_NUMBER
33 string
34 default "MEW-VM"
Uwe Hermann84a0f542009-08-28 16:38:42 +000035
Uwe Hermann84a0f542009-08-28 16:38:42 +000036config IRQ_SLOT_COUNT
37 int
38 default 11
Uwe Hermann84a0f542009-08-28 16:38:42 +000039
Jens Rottmann9a684fc2010-08-30 16:36:51 +000040endif # BOARD_ASUS_MEW_VM