payloads/edk2: Disable the CPU Timer Lib unless supported
[coreboot.git] / src / mainboard / intel / minnow3 / Kconfig
blob018281fa40da748abd29f910c7a4c061ad021c46
1 if BOARD_INTEL_MINNOW3
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/minnow3"
13 config MAINBOARD_PART_NUMBER
14         default "Minnow3"
16 config FMDFILE
17         default "src/mainboard/\$(CONFIG_MAINBOARD_DIR)/minnow3.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_MINNOW3