diff options
author | Martin Roth <gaumless@gmail.com> | 2024-02-16 10:59:13 -0700 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-02-18 02:02:15 +0000 |
commit | af6616fd862f2a9c11e2ad4155e3fe4401c075fe (patch) | |
tree | 8ca217e65060adc593cfa19484f7ce67322712fe /src/mainboard/lenovo/x1_carbon_gen1 | |
parent | 41a8997357837d7fd9e9882820d954c435f96b7c (diff) |
mb/inventec to mb/ocp: Add SPDX license headers to Kconfig files
Change-Id: Ib1bbf22480783f63fc2d729b94251e755d2f1720
Signed-off-by: Martin Roth <gaumless@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80593
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/lenovo/x1_carbon_gen1')
-rw-r--r-- | src/mainboard/lenovo/x1_carbon_gen1/Kconfig | 2 | ||||
-rw-r--r-- | src/mainboard/lenovo/x1_carbon_gen1/Kconfig.name | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/x1_carbon_gen1/Kconfig b/src/mainboard/lenovo/x1_carbon_gen1/Kconfig index 571c55ab40..0604202ee1 100644 --- a/src/mainboard/lenovo/x1_carbon_gen1/Kconfig +++ b/src/mainboard/lenovo/x1_carbon_gen1/Kconfig @@ -1,3 +1,5 @@ +## SPDX-License-Identifier: GPL-2.0-only + if BOARD_LENOVO_X1_CARBON_GEN1 config BOARD_SPECIFIC_OPTIONS diff --git a/src/mainboard/lenovo/x1_carbon_gen1/Kconfig.name b/src/mainboard/lenovo/x1_carbon_gen1/Kconfig.name index 3ee89623a4..80d7faca90 100644 --- a/src/mainboard/lenovo/x1_carbon_gen1/Kconfig.name +++ b/src/mainboard/lenovo/x1_carbon_gen1/Kconfig.name @@ -1,2 +1,4 @@ +## SPDX-License-Identifier: GPL-2.0-only + config BOARD_LENOVO_X1_CARBON_GEN1 bool "ThinkPad X1 carbon gen 1" |