diff options
author | Martin Roth <gaumless@gmail.com> | 2024-02-16 11:02:19 -0700 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-02-18 02:03:13 +0000 |
commit | 9712f10f75d044343bb6538a0c49c3a8a46732c3 (patch) | |
tree | 220f43e2e2f6fbf008e4a6cef3a0c75469ff1f37 /src/mainboard/system76/kbl-u | |
parent | 39065ef5f7f830044a6f499fb2b5be40787ee8ae (diff) |
mb/samsung to mb/up: Add SPDX license headers to Kconfig files
Change-Id: Ied455ff29b151fb5f4bca26a189b1d4104d8cede
Signed-off-by: Martin Roth <gaumless@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80595
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/system76/kbl-u')
-rw-r--r-- | src/mainboard/system76/kbl-u/Kconfig | 2 | ||||
-rw-r--r-- | src/mainboard/system76/kbl-u/Kconfig.name | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/system76/kbl-u/Kconfig b/src/mainboard/system76/kbl-u/Kconfig index 863d475977..0fccdf738c 100644 --- a/src/mainboard/system76/kbl-u/Kconfig +++ b/src/mainboard/system76/kbl-u/Kconfig @@ -1,3 +1,5 @@ +## SPDX-License-Identifier: GPL-2.0-only + if BOARD_SYSTEM76_GALP2 || BOARD_SYSTEM76_GALP3 || BOARD_SYSTEM76_GALP3_B config BOARD_SPECIFIC_OPTIONS diff --git a/src/mainboard/system76/kbl-u/Kconfig.name b/src/mainboard/system76/kbl-u/Kconfig.name index 143ac15789..fbc49ce2ec 100644 --- a/src/mainboard/system76/kbl-u/Kconfig.name +++ b/src/mainboard/system76/kbl-u/Kconfig.name @@ -1,3 +1,5 @@ +## SPDX-License-Identifier: GPL-2.0-only + config BOARD_SYSTEM76_GALP2 bool "galp2" |