mb/hardkernel/odroid-h4: Correct number of jacks in hda_verb.c
[coreboot.git] / src / mainboard / portwell / m107 / Kconfig
blobe2cd98886f0d5e429f8e16dce508f7eafd91dee1
1 ## SPDX-License-Identifier: GPL-2.0-only
3 if BOARD_PORTWELL_M107
5 config BOARD_SPECIFIC_OPTIONS
6         def_bool y
7         select BOARD_ROMSIZE_KB_8192
8         select HAVE_ACPI_TABLES
9         select HAVE_OPTION_TABLE
10         select SOC_INTEL_BRASWELL
11         select PCIEXP_L1_SUB_STATE
12         select DISABLE_HPET
13         select HAVE_SPD_IN_CBFS
15 choice
16         prompt "Onboard memory manufacturer"
17         default ONBOARD_MEM_MICRON
19 config ONBOARD_MEM_SAMSUNG
20         bool "Samsung"
21         help
22           Samsung K4B8G1646D memory
24 config ONBOARD_MEM_MICRON
25         bool "Micron"
26         help
27           Micron MT41K512M16HA memory
29 config ONBOARD_MEM_KINGSTON
30         bool "Kingston"
31         help
32           Kingston B5116ECMDXGGB memory
34 endchoice
36 config MAINBOARD_DIR
37         default "portwell/m107"
39 config MAINBOARD_PART_NUMBER
40         default "PQ7-M107"
42 config CBFS_SIZE
43         default 0x00600000
45 config MRC_SETTINGS_CACHE_SIZE
46         hex
47         default 0x08000
49 config FSP_LOC
50         hex
51         default 0xfff9c000
53 config SPI_FLASH_INCLUDE_ALL_DRIVERS
54         bool
55         default n
57 config SPI_FLASH_WINBOND
58         bool
59         default y
61 endif # BOARD_PORTWELL_M107