1 ## SPDX-License-Identifier: GPL-2.0-only
5 config BOARD_SPECIFIC_OPTIONS
7 select SOC_INTEL_APOLLOLAKE
8 select BOARD_ROMSIZE_KB_16384
9 select HAVE_ACPI_TABLES
10 select INTEL_LPSS_UART_FOR_CONSOLE
13 default "intel/minnow3"
15 config MAINBOARD_PART_NUMBER
19 default "src/mainboard/\$(CONFIG_MAINBOARD_DIR)/minnow3.fmd"
21 config UART_FOR_CONSOLE
25 # this must be set to y
26 bool "Use IFWI stitching"
30 string "section in .fmd file to place ifwi blob"
35 string "path to image coming from FIT tool"
40 string "path to descriptor.bin"
49 endif # BOARD_INTEL_MINNOW3