mainboard/[g-p]*: Remove copyright notices
[coreboot.git] / src / mainboard / gigabyte / ga-945gcm-s2l / Kconfig
blobb37f774028caad1ef5951827172227c86994949f
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ##
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.
8 ##
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.
14 if BOARD_GIGABYTE_GA_945GCM_S2L || BOARD_GIGABYTE_GA_945GCM_S2C
16 config BOARD_SPECIFIC_OPTIONS
17         def_bool y
18         select CPU_INTEL_SOCKET_LGA775
19         select NORTHBRIDGE_INTEL_I945
20         select NORTHBRIDGE_INTEL_SUBTYPE_I945GC
21         select SOUTHBRIDGE_INTEL_I82801GX
22         select SUPERIO_ITE_IT8718F
23         select HAVE_OPTION_TABLE
24         select HAVE_CMOS_DEFAULT
25         select HAVE_MP_TABLE
26         select HAVE_ACPI_TABLES
27         select HAVE_ACPI_RESUME
28         select BOARD_ROMSIZE_KB_512
29         select MAINBOARD_HAS_NATIVE_VGA_INIT
30         select REALTEK_8168_RESET if BOARD_GIGABYTE_GA_945GCM_S2L
31         select INTEL_GMA_HAVE_VBT
33 config MAINBOARD_DIR
34         string
35         default "gigabyte/ga-945gcm-s2l"
37 config VARIANT_DIR
38         string
39         default "ga-945gcm-s2l" if BOARD_GIGABYTE_GA_945GCM_S2L
40         default "ga-945gcm-s2c" if BOARD_GIGABYTE_GA_945GCM_S2C
42 config MAINBOARD_PART_NUMBER
43         string
44         default "GA-945GCM-S2L" if BOARD_GIGABYTE_GA_945GCM_S2L
45         default "GA-945GCM-S2C" if BOARD_GIGABYTE_GA_945GCM_S2C
47 config IRQ_SLOT_COUNT
48         int
49         default 18
51 config MAX_CPUS
52         int
53         default 2
55 # Override the default variant behavior, since the data.vbt is the same
56 config INTEL_GMA_VBT_FILE
57         default "src/mainboard/$(MAINBOARDDIR)/data.vbt"
59 endif