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