mb/asus/p5ql-em: Add mainboard
[coreboot.git] / src / mainboard / asus / p5ql-em / Kconfig
blob403cf5525ea9103042c0ae2df6046fbcb832a432
2 # This file is part of the coreboot project.
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; version 2 of the License.
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11 # GNU General Public License for more details.
14 if BOARD_ASUS_P5QL_EM
16 config BOARD_SPECIFIC_OPTIONS
17         def_bool y
18         select ARCH_X86
19         select CPU_INTEL_SOCKET_LGA775
20         select NORTHBRIDGE_INTEL_X4X
21         select SOUTHBRIDGE_INTEL_I82801JX
22         select SUPERIO_WINBOND_W83627DHG
23         select HAVE_ACPI_TABLES
24         select BOARD_ROMSIZE_KB_1024
25         select HAVE_OPTION_TABLE
26         select HAVE_CMOS_DEFAULT
27         select HAVE_ACPI_RESUME
28         select INTEL_GMA_HAVE_VBT
29         select MAINBOARD_HAS_LIBGFXINIT
30         select REALTEK_8168_RESET
32 config MAINBOARD_DIR
33         string
34         default "asus/p5ql-em"
36 config MAINBOARD_PART_NUMBER
37         string
38         default "P5QL-EM"
40 config MAX_CPUS
41         int
42         default 4
44 endif # BOARD_ASUS_P5QL_EM