cpu/intel/model_206ax: Remove the notion of sockets
[coreboot.git] / src / mainboard / hp / 8770w / Kconfig
blobad07c8ca4e83e31848493f4c82601d8f0b5f12ac
2 # This file is part of the coreboot project.
4 # Copyright (C) 2017 Iru Cai <mytbk920423@gmail.com>
5 # Copyright (C) 2018 Robert Reeves
7 # This program is free software; you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by
9 # the Free Software Foundation; version 2 of the License.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 # GNU General Public License for more details.
17 if BOARD_HP_8770W
19 config BOARD_SPECIFIC_OPTIONS
20         def_bool y
21         select BOARD_ROMSIZE_KB_16384
22         select HAVE_ACPI_RESUME
23         select HAVE_ACPI_TABLES
24         select INTEL_INT15
25         select NORTHBRIDGE_INTEL_IVYBRIDGE
26         select SERIRQ_CONTINUOUS_MODE
27         select SOUTHBRIDGE_INTEL_C216
28         select SYSTEM_TYPE_LAPTOP
29         select USE_NATIVE_RAMINIT
30         select EC_HP_KBC1126
31         select SUPERIO_SMSC_LPC47N217
32         select HAVE_OPTION_TABLE
33         select HAVE_CMOS_DEFAULT
35 config MAINBOARD_DIR
36         string
37         default hp/8770w
39 config MAINBOARD_PART_NUMBER
40         string
41         default "EliteBook 8770w"
43 config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
44         hex
45         default 0x176c
47 config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
48         hex
49         default 0x103c
51 config MAX_CPUS
52         int
53         default 8
55 config USBDEBUG_HCD_INDEX
56         int
57         default 2
59 endif