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/libretrend | |
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/libretrend')
-rw-r--r-- | src/mainboard/libretrend/Kconfig | 2 | ||||
-rw-r--r-- | src/mainboard/libretrend/Kconfig.name | 2 | ||||
-rw-r--r-- | src/mainboard/libretrend/lt1000/Kconfig | 2 | ||||
-rw-r--r-- | src/mainboard/libretrend/lt1000/Kconfig.name | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/src/mainboard/libretrend/Kconfig b/src/mainboard/libretrend/Kconfig index 0612ec7fb3..1458fbcde6 100644 --- a/src/mainboard/libretrend/Kconfig +++ b/src/mainboard/libretrend/Kconfig @@ -1,3 +1,5 @@ +## SPDX-License-Identifier: GPL-2.0-only + if VENDOR_LIBRETREND choice diff --git a/src/mainboard/libretrend/Kconfig.name b/src/mainboard/libretrend/Kconfig.name index cd272b0a31..b31d908bfe 100644 --- a/src/mainboard/libretrend/Kconfig.name +++ b/src/mainboard/libretrend/Kconfig.name @@ -1,2 +1,4 @@ +## SPDX-License-Identifier: GPL-2.0-only + config VENDOR_LIBRETREND bool "Libretrend" diff --git a/src/mainboard/libretrend/lt1000/Kconfig b/src/mainboard/libretrend/lt1000/Kconfig index 249cf1ddfe..e0dd825c3b 100644 --- a/src/mainboard/libretrend/lt1000/Kconfig +++ b/src/mainboard/libretrend/lt1000/Kconfig @@ -1,3 +1,5 @@ +## SPDX-License-Identifier: GPL-2.0-only + if BOARD_LIBRETREND_LT1000 config BOARD_SPECIFIC_OPTIONS diff --git a/src/mainboard/libretrend/lt1000/Kconfig.name b/src/mainboard/libretrend/lt1000/Kconfig.name index 26e5255f05..11d5e21196 100644 --- a/src/mainboard/libretrend/lt1000/Kconfig.name +++ b/src/mainboard/libretrend/lt1000/Kconfig.name @@ -1,2 +1,4 @@ +## SPDX-License-Identifier: GPL-2.0-only + config BOARD_LIBRETREND_LT1000 bool "LT1000" |