cpu/x86/smm/pci_resource_store: Store DEV/VEN ID
[coreboot2.git] / src / mainboard / intel / leafhill / Kconfig
blob8e81a2ea3327382439e3cfdf8a329fb3cdbc777f
1 if BOARD_INTEL_LEAFHILL
3 config BOARD_SPECIFIC_OPTIONS
4         def_bool y
5         select SOC_INTEL_APOLLOLAKE
6         select BOARD_ROMSIZE_KB_16384
7         select HAVE_ACPI_TABLES
8         select INTEL_LPSS_UART_FOR_CONSOLE
10 config MAINBOARD_DIR
11         default "intel/leafhill"
13 config MAINBOARD_PART_NUMBER
14         default "Leafhill"
16 config FMDFILE
17         default "src/mainboard/\$(CONFIG_MAINBOARD_DIR)/leafhill.\$(CONFIG_COREBOOT_ROMSIZE_KB).fmd"
19 config UART_FOR_CONSOLE
20         default 2
22 config NEED_IFWI
23         # this must be set to y
24         bool "Use IFWI stitching"
25         default n
27 config IFWI_FMAP_NAME
28         string "section in .fmd file to place ifwi blob"
29         depends on NEED_IFWI
30         default "IFWI"
32 config IFWI_FILE_NAME
33         string "path to image coming from FIT tool"
34         depends on NEED_IFWI
35         default ""
37 config IFD_BIN_PATH
38         string "path to descriptor.bin"
39         depends on NEED_IFWI
40         default ""
42 config HAVE_IFD_BIN
43         bool
44         depends on NEED_IFWI
45         default y
47 endif # BOARD_INTEL_LEAFHILL