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