cpu/intel/model_206ax: Remove the notion of sockets
[coreboot.git] / src / mainboard / hp / 8470p / Kconfig
blob2dafbe2dd60aab5190c8fd1b7fb8073151838d52
2 # This file is part of the coreboot project.
4 # Copyright (C) 2017 Iru Cai <mytbk920423@gmail.com>
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.
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.
16 if BOARD_HP_8470P
18 config BOARD_SPECIFIC_OPTIONS
19         def_bool y
20         select BOARD_ROMSIZE_KB_16384
21         select HAVE_ACPI_RESUME
22         select HAVE_ACPI_TABLES
23         select INTEL_INT15
24         select NORTHBRIDGE_INTEL_IVYBRIDGE
25         select SERIRQ_CONTINUOUS_MODE
26         select SOUTHBRIDGE_INTEL_C216
27         select SYSTEM_TYPE_LAPTOP
28         select USE_NATIVE_RAMINIT
29         select MAINBOARD_HAS_LIBGFXINIT
30         select GFX_GMA_INTERNAL_IS_LVDS
31         select EC_HP_KBC1126
32         select SUPERIO_SMSC_LPC47N217
33         select HAVE_OPTION_TABLE
34         select HAVE_CMOS_DEFAULT
36 config MAINBOARD_DIR
37         string
38         default hp/8470p
40 config MAINBOARD_PART_NUMBER
41         string
42         default "EliteBook 8470p"
44 config VGA_BIOS_FILE
45         string
46         default "pci8086,0166.rom"
48 config VGA_BIOS_ID
49         string
50         default "8086,0166"
52 config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
53         hex
54         default 0x179b
56 config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
57         hex
58         default 0x103c
60 config MAX_CPUS
61         int
62         default 8
64 config USBDEBUG_HCD_INDEX
65         int
66         default 2
68 endif