northbridge/intel/i440bx: Unify UDELAY selection
[coreboot.git] / src / mainboard / asus / p2b-d / Kconfig
blobba2e7e005772a5944d01712759a79f1050db48d6
1 ##
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
8 ## the Free Software Foundation; version 2 of the License.
9 ##
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.
15 if BOARD_ASUS_P2B_D
17 config BOARD_SPECIFIC_OPTIONS # dummy
18         def_bool y
19         select CPU_INTEL_SLOT_1
20         select NORTHBRIDGE_INTEL_I440BX
21         select SOUTHBRIDGE_INTEL_I82371EB
22         select SUPERIO_WINBOND_W83977TF
23         select HAVE_PIRQ_TABLE
24         select HAVE_MP_TABLE
25         select SMP
26         select IOAPIC
27         select BOARD_ROMSIZE_KB_256
28         select SDRAMPWR_4DIMM
30 config MAINBOARD_DIR
31         string
32         default asus/p2b-d
34 config MAINBOARD_PART_NUMBER
35         string
36         default "P2B-D"
38 config IRQ_SLOT_COUNT
39         int
40         default 6
42 config MAX_CPUS
43         int
44         default 2
46 endif # BOARD_ASUS_P2B_D