mb/google/nissa/var/rull: add ssd timing and modify ssd GPIO pins of rtd3
[coreboot2.git] / src / mainboard / hp / 280_g2 / Kconfig
blob0db753d2cf458d39a2030b17d58151c6c400d4f9
1 # SPDX-License-Identifier: GPL-2.0-only
3 if BOARD_HP_280_G2
5 config BOARD_SPECIFIC_OPTIONS
6         def_bool y
7         select BOARD_ROMSIZE_KB_8192
8         select HAVE_ACPI_RESUME
9         select HAVE_ACPI_TABLES
10         select INTEL_GMA_HAVE_VBT
11         select INTEL_LPSS_UART_FOR_CONSOLE
12         select MAINBOARD_HAS_LIBGFXINIT
13         select SKYLAKE_SOC_PCH_H
14         select SOC_INTEL_COMMON_BLOCK_HDA_VERB
15         select SOC_INTEL_KABYLAKE
16         select SPD_READ_BY_WORD
17         select SUPERIO_ITE_COMMON_PRE_RAM
19 config DISABLE_HECI1_AT_PRE_BOOT
20         default y
22 config MAINBOARD_DIR
23         default "hp/280_g2"
25 config MAINBOARD_PART_NUMBER
26         default "280 G2"
28 config DIMM_MAX
29         default 2
31 config DIMM_SPD_SIZE
32         default 512
34 config UART_FOR_CONSOLE
35         int
36         default 2
38 config USE_LEGACY_8254_TIMER
39         default y
41 endif