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