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/tgl-h | |
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/tgl-h')
-rw-r--r-- | src/mainboard/system76/tgl-h/Kconfig | 2 | ||||
-rw-r--r-- | src/mainboard/system76/tgl-h/Kconfig.name | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/system76/tgl-h/Kconfig b/src/mainboard/system76/tgl-h/Kconfig index c0a070194f..6ce452f7ba 100644 --- a/src/mainboard/system76/tgl-h/Kconfig +++ b/src/mainboard/system76/tgl-h/Kconfig @@ -1,3 +1,5 @@ +## SPDX-License-Identifier: GPL-2.0-only + if BOARD_SYSTEM76_GAZE16_3050 || BOARD_SYSTEM76_GAZE16_3060 || BOARD_SYSTEM76_GAZE16_3060_B || BOARD_SYSTEM76_ORYP8 config BOARD_SPECIFIC_OPTIONS diff --git a/src/mainboard/system76/tgl-h/Kconfig.name b/src/mainboard/system76/tgl-h/Kconfig.name index 6b90f8d794..7082c380ab 100644 --- a/src/mainboard/system76/tgl-h/Kconfig.name +++ b/src/mainboard/system76/tgl-h/Kconfig.name @@ -1,3 +1,5 @@ +## SPDX-License-Identifier: GPL-2.0-only + config BOARD_SYSTEM76_GAZE16_3050 bool "gaze16 3050" |