mainboard/[g-p]*: Remove copyright notices
[coreboot.git] / src / mainboard / intel / d510mo / Kconfig
blob738eabc4e6b42c64ddad44126db9b35cbfd8c7e4
2 # This file is part of the coreboot project.
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; version 2 of the License.
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 # GNU General Public License for more details.
15 if BOARD_INTEL_D510MO
17 config BOARD_SPECIFIC_OPTIONS
18         def_bool y
19         select CPU_INTEL_SOCKET_FCBGA559
20         select NORTHBRIDGE_INTEL_PINEVIEW
21         select SOUTHBRIDGE_INTEL_I82801GX
22         select SUPERIO_WINBOND_W83627THG
23         select HAVE_ACPI_TABLES
24         select HAVE_ACPI_RESUME
25         select BOARD_ROMSIZE_KB_1024
26         select MAINBOARD_HAS_NATIVE_VGA_INIT
27         select INTEL_INT15
28         select HAVE_OPTION_TABLE
29         select HAVE_CMOS_DEFAULT
30         select DRIVERS_I2C_CK505
32 config MAX_CPUS
33         int
34         default 4
36 config MAINBOARD_DIR
37         string
38         default "intel/d510mo"
40 config MAINBOARD_PART_NUMBER
41         string
42         default "D510MO"
44 endif # BOARD_INTEL_D510MO