src/: Replace GPL boilerplate with SPDX headers
[coreboot.git] / src / mainboard / cavium / Kconfig
blob7ea03138ee2fc37f80560deca3668adc96ddd0c5
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ##
5 ## SPDX-License-Identifier: GPL-2.0-only
7 if VENDOR_CAVIUM
9 choice
10         prompt "Mainboard model"
12 source "src/mainboard/cavium/*/Kconfig.name"
14 endchoice
16 source "src/mainboard/cavium/*/Kconfig"
18 config MAINBOARD_VENDOR
19         default "Cavium"
21 endif # VENDOR_CAVIUM