src/: Replace GPL boilerplate with SPDX headers
[coreboot.git] / src / mainboard / sifive / hifive-unleashed / Kconfig
blobbc69e4e2990f4b17c183945ae8abd95e8cc64c90
1 # This file is part of the coreboot project.
4 # SPDX-License-Identifier: GPL-2.0-only
6 if BOARD_SIFIVE_HIFIVE_UNLEASHED
8 config BOARD_SPECIFIC_OPTIONS
9         def_bool y
10         select SOC_SIFIVE_FU540
11         select BOARD_ROMSIZE_KB_32768
12         select MISSING_BOARD_RESET
13         select FLATTENED_DEVICE_TREE
14         select SPI_SDCARD
16 config HEAP_SIZE
17         default 0x10000
19 config MAINBOARD_DIR
20         string
21         default "sifive/hifive-unleashed"
23 config MAINBOARD_PART_NUMBER
24         string
25         default "HiFive Unleashed"
27 endif