diff options
author | Martin Roth <gaumless@gmail.com> | 2024-02-16 10:51:37 -0700 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-02-18 02:01:17 +0000 |
commit | 26bcee0a217fa8aa88c07e5ac9b7afb1e08aa4ca (patch) | |
tree | 634465657bb91f35cb4fb790b98613a52d3cee02 /src/mainboard/clevo | |
parent | e9af73d4198d9d28aa5015e8e6d514374168780e (diff) |
mb/cavium to mb/foxcomm: Add SPDX license headers to Kconfig files
Change-Id: Ib100a677935cf3309a380952c35e9060e64433cb
Signed-off-by: Martin Roth <gaumless@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80591
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'src/mainboard/clevo')
-rw-r--r-- | src/mainboard/clevo/Kconfig | 2 | ||||
-rw-r--r-- | src/mainboard/clevo/Kconfig.name | 2 | ||||
-rw-r--r-- | src/mainboard/clevo/cml-u/Kconfig | 2 | ||||
-rw-r--r-- | src/mainboard/clevo/cml-u/Kconfig.name | 2 | ||||
-rw-r--r-- | src/mainboard/clevo/tgl-u/Kconfig | 2 | ||||
-rw-r--r-- | src/mainboard/clevo/tgl-u/Kconfig.name | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/src/mainboard/clevo/Kconfig b/src/mainboard/clevo/Kconfig index 1c95d2b420..38dbf57bc2 100644 --- a/src/mainboard/clevo/Kconfig +++ b/src/mainboard/clevo/Kconfig @@ -1,3 +1,5 @@ +## SPDX-License-Identifier: GPL-2.0-only + if VENDOR_CLEVO choice diff --git a/src/mainboard/clevo/Kconfig.name b/src/mainboard/clevo/Kconfig.name index 730b6bc389..c9a1206c45 100644 --- a/src/mainboard/clevo/Kconfig.name +++ b/src/mainboard/clevo/Kconfig.name @@ -1,2 +1,4 @@ +## SPDX-License-Identifier: GPL-2.0-only + config VENDOR_CLEVO bool "Clevo" diff --git a/src/mainboard/clevo/cml-u/Kconfig b/src/mainboard/clevo/cml-u/Kconfig index 65a4010ddb..5961b68cb4 100644 --- a/src/mainboard/clevo/cml-u/Kconfig +++ b/src/mainboard/clevo/cml-u/Kconfig @@ -1,3 +1,5 @@ +## SPDX-License-Identifier: GPL-2.0-only + config BOARD_CLEVO_CMLU_COMMON def_bool n select BOARD_ROMSIZE_KB_16384 diff --git a/src/mainboard/clevo/cml-u/Kconfig.name b/src/mainboard/clevo/cml-u/Kconfig.name index f8f22cc531..fbfdeecf07 100644 --- a/src/mainboard/clevo/cml-u/Kconfig.name +++ b/src/mainboard/clevo/cml-u/Kconfig.name @@ -1,3 +1,5 @@ +## SPDX-License-Identifier: GPL-2.0-only + comment "Comet Lake U" config BOARD_CLEVO_L140CU diff --git a/src/mainboard/clevo/tgl-u/Kconfig b/src/mainboard/clevo/tgl-u/Kconfig index fbede8e252..3ab0e9190f 100644 --- a/src/mainboard/clevo/tgl-u/Kconfig +++ b/src/mainboard/clevo/tgl-u/Kconfig @@ -1,3 +1,5 @@ +## SPDX-License-Identifier: GPL-2.0-only + config BOARD_CLEVO_TGLU_COMMON def_bool n select BOARD_ROMSIZE_KB_16384 diff --git a/src/mainboard/clevo/tgl-u/Kconfig.name b/src/mainboard/clevo/tgl-u/Kconfig.name index 97d2874747..adbc401e97 100644 --- a/src/mainboard/clevo/tgl-u/Kconfig.name +++ b/src/mainboard/clevo/tgl-u/Kconfig.name @@ -1,3 +1,5 @@ +## SPDX-License-Identifier: GPL-2.0-only + comment "Tiger Lake U" config BOARD_CLEVO_L140MU |