soc/intel/ptl: Update ME specification version to 21
[coreboot.git] / src / mainboard / sifive / hifive-unmatched / Kconfig
bloba163911c93e07502bbcf51d137211c54896b3e88
1 # SPDX-License-Identifier: GPL-2.0-only
3 if BOARD_SIFIVE_HIFIVE_UNMATCHED
5 config BOARD_SPECIFIC_OPTIONS
6         def_bool y
7         select SOC_SIFIVE_FU740
8         select BOARD_ROMSIZE_KB_32768
9         select MISSING_BOARD_RESET
10         select FLATTENED_DEVICE_TREE
11         select SPI_FLASH
12         select SPI_FLASH_ISSI
13         select SPI_SDCARD
15 config HEAP_SIZE
16         default 0x10000 #TODO
18 config MAINBOARD_DIR
19         default "sifive/hifive-unmatched"
21 config MAINBOARD_PART_NUMBER
22         default "HiFive Unmatched"
24 endif