aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/system76
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2024-02-16 11:02:19 -0700
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2024-02-18 02:03:13 +0000
commit9712f10f75d044343bb6538a0c49c3a8a46732c3 (patch)
tree220f43e2e2f6fbf008e4a6cef3a0c75469ff1f37 /src/mainboard/system76
parent39065ef5f7f830044a6f499fb2b5be40787ee8ae (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')
-rw-r--r--src/mainboard/system76/Kconfig2
-rw-r--r--src/mainboard/system76/Kconfig.name2
-rw-r--r--src/mainboard/system76/addw1/Kconfig2
-rw-r--r--src/mainboard/system76/addw1/Kconfig.name2
-rw-r--r--src/mainboard/system76/adl/Kconfig2
-rw-r--r--src/mainboard/system76/adl/Kconfig.name2
-rw-r--r--src/mainboard/system76/bonw14/Kconfig2
-rw-r--r--src/mainboard/system76/bonw14/Kconfig.name2
-rw-r--r--src/mainboard/system76/cml-u/Kconfig2
-rw-r--r--src/mainboard/system76/cml-u/Kconfig.name2
-rw-r--r--src/mainboard/system76/gaze15/Kconfig2
-rw-r--r--src/mainboard/system76/gaze15/Kconfig.name2
-rw-r--r--src/mainboard/system76/kbl-u/Kconfig2
-rw-r--r--src/mainboard/system76/kbl-u/Kconfig.name2
-rw-r--r--src/mainboard/system76/oryp5/Kconfig2
-rw-r--r--src/mainboard/system76/oryp5/Kconfig.name2
-rw-r--r--src/mainboard/system76/oryp6/Kconfig2
-rw-r--r--src/mainboard/system76/oryp6/Kconfig.name2
-rw-r--r--src/mainboard/system76/rpl/Kconfig2
-rw-r--r--src/mainboard/system76/rpl/Kconfig.name2
-rw-r--r--src/mainboard/system76/tgl-h/Kconfig2
-rw-r--r--src/mainboard/system76/tgl-h/Kconfig.name2
-rw-r--r--src/mainboard/system76/tgl-u/Kconfig2
-rw-r--r--src/mainboard/system76/tgl-u/Kconfig.name2
-rw-r--r--src/mainboard/system76/whl-u/Kconfig2
-rw-r--r--src/mainboard/system76/whl-u/Kconfig.name2
26 files changed, 52 insertions, 0 deletions
diff --git a/src/mainboard/system76/Kconfig b/src/mainboard/system76/Kconfig
index 296f701e4c..2b0cf52431 100644
--- a/src/mainboard/system76/Kconfig
+++ b/src/mainboard/system76/Kconfig
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
if VENDOR_SYSTEM76
choice
diff --git a/src/mainboard/system76/Kconfig.name b/src/mainboard/system76/Kconfig.name
index 7155721bee..1a069d5516 100644
--- a/src/mainboard/system76/Kconfig.name
+++ b/src/mainboard/system76/Kconfig.name
@@ -1,2 +1,4 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
config VENDOR_SYSTEM76
bool "System76"
diff --git a/src/mainboard/system76/addw1/Kconfig b/src/mainboard/system76/addw1/Kconfig
index f4c86233b2..46a6383561 100644
--- a/src/mainboard/system76/addw1/Kconfig
+++ b/src/mainboard/system76/addw1/Kconfig
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
if BOARD_SYSTEM76_ADDW1 || BOARD_SYSTEM76_ADDW2
config BOARD_SPECIFIC_OPTIONS
diff --git a/src/mainboard/system76/addw1/Kconfig.name b/src/mainboard/system76/addw1/Kconfig.name
index aabba5bb88..cc095be2b8 100644
--- a/src/mainboard/system76/addw1/Kconfig.name
+++ b/src/mainboard/system76/addw1/Kconfig.name
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
config BOARD_SYSTEM76_ADDW1
bool "addw1"
diff --git a/src/mainboard/system76/adl/Kconfig b/src/mainboard/system76/adl/Kconfig
index 17e9849e12..5213cfeaac 100644
--- a/src/mainboard/system76/adl/Kconfig
+++ b/src/mainboard/system76/adl/Kconfig
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
config BOARD_SYSTEM76_ADL_COMMON
def_bool n
select BOARD_ROMSIZE_KB_32768
diff --git a/src/mainboard/system76/adl/Kconfig.name b/src/mainboard/system76/adl/Kconfig.name
index 99d7ea0df0..a1f084a62f 100644
--- a/src/mainboard/system76/adl/Kconfig.name
+++ b/src/mainboard/system76/adl/Kconfig.name
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
config BOARD_SYSTEM76_DARP8
bool "darp8"
diff --git a/src/mainboard/system76/bonw14/Kconfig b/src/mainboard/system76/bonw14/Kconfig
index 4478a23656..8412dd1255 100644
--- a/src/mainboard/system76/bonw14/Kconfig
+++ b/src/mainboard/system76/bonw14/Kconfig
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
if BOARD_SYSTEM76_BONW14
config BOARD_SPECIFIC_OPTIONS
diff --git a/src/mainboard/system76/bonw14/Kconfig.name b/src/mainboard/system76/bonw14/Kconfig.name
index 982a9cbfe5..423e0a908a 100644
--- a/src/mainboard/system76/bonw14/Kconfig.name
+++ b/src/mainboard/system76/bonw14/Kconfig.name
@@ -1,2 +1,4 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
config BOARD_SYSTEM76_BONW14
bool "bonw14"
diff --git a/src/mainboard/system76/cml-u/Kconfig b/src/mainboard/system76/cml-u/Kconfig
index 6f1d67ff3a..db2f1eac22 100644
--- a/src/mainboard/system76/cml-u/Kconfig
+++ b/src/mainboard/system76/cml-u/Kconfig
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
if BOARD_SYSTEM76_DARP6 || BOARD_SYSTEM76_GALP4 || BOARD_SYSTEM76_LEMP9
config BOARD_SPECIFIC_OPTIONS
diff --git a/src/mainboard/system76/cml-u/Kconfig.name b/src/mainboard/system76/cml-u/Kconfig.name
index 258ee082d7..254dbd9734 100644
--- a/src/mainboard/system76/cml-u/Kconfig.name
+++ b/src/mainboard/system76/cml-u/Kconfig.name
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
config BOARD_SYSTEM76_GALP4
bool "galp4"
diff --git a/src/mainboard/system76/gaze15/Kconfig b/src/mainboard/system76/gaze15/Kconfig
index da34ed63a9..981a8f9a1f 100644
--- a/src/mainboard/system76/gaze15/Kconfig
+++ b/src/mainboard/system76/gaze15/Kconfig
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
if BOARD_SYSTEM76_GAZE14 || BOARD_SYSTEM76_GAZE15
config BOARD_SPECIFIC_OPTIONS
diff --git a/src/mainboard/system76/gaze15/Kconfig.name b/src/mainboard/system76/gaze15/Kconfig.name
index f325acd404..4394218d40 100644
--- a/src/mainboard/system76/gaze15/Kconfig.name
+++ b/src/mainboard/system76/gaze15/Kconfig.name
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
config BOARD_SYSTEM76_GAZE14
bool "gaze14"
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"
diff --git a/src/mainboard/system76/oryp5/Kconfig b/src/mainboard/system76/oryp5/Kconfig
index e01bac6634..64c25c1424 100644
--- a/src/mainboard/system76/oryp5/Kconfig
+++ b/src/mainboard/system76/oryp5/Kconfig
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
if BOARD_SYSTEM76_ORYP5
config BOARD_SPECIFIC_OPTIONS
diff --git a/src/mainboard/system76/oryp5/Kconfig.name b/src/mainboard/system76/oryp5/Kconfig.name
index 37221de9eb..9458b8e786 100644
--- a/src/mainboard/system76/oryp5/Kconfig.name
+++ b/src/mainboard/system76/oryp5/Kconfig.name
@@ -1,2 +1,4 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
config BOARD_SYSTEM76_ORYP5
bool "oryp5"
diff --git a/src/mainboard/system76/oryp6/Kconfig b/src/mainboard/system76/oryp6/Kconfig
index f4543eff34..b9f2593960 100644
--- a/src/mainboard/system76/oryp6/Kconfig
+++ b/src/mainboard/system76/oryp6/Kconfig
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
if BOARD_SYSTEM76_ORYP6 || BOARD_SYSTEM76_ORYP7
config BOARD_SPECIFIC_OPTIONS
diff --git a/src/mainboard/system76/oryp6/Kconfig.name b/src/mainboard/system76/oryp6/Kconfig.name
index 605ca3e43e..2398053eb1 100644
--- a/src/mainboard/system76/oryp6/Kconfig.name
+++ b/src/mainboard/system76/oryp6/Kconfig.name
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
config BOARD_SYSTEM76_ORYP6
bool "oryp6"
diff --git a/src/mainboard/system76/rpl/Kconfig b/src/mainboard/system76/rpl/Kconfig
index d654696c00..2a850ae089 100644
--- a/src/mainboard/system76/rpl/Kconfig
+++ b/src/mainboard/system76/rpl/Kconfig
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
config BOARD_SYSTEM76_RPL_COMMON
def_bool n
select BOARD_ROMSIZE_KB_32768
diff --git a/src/mainboard/system76/rpl/Kconfig.name b/src/mainboard/system76/rpl/Kconfig.name
index 1f21f1dcb8..da5d400d8c 100644
--- a/src/mainboard/system76/rpl/Kconfig.name
+++ b/src/mainboard/system76/rpl/Kconfig.name
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
config BOARD_SYSTEM76_ADDW3
bool "addw3"
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"
diff --git a/src/mainboard/system76/tgl-u/Kconfig b/src/mainboard/system76/tgl-u/Kconfig
index 6cc5d068cb..47602f5209 100644
--- a/src/mainboard/system76/tgl-u/Kconfig
+++ b/src/mainboard/system76/tgl-u/Kconfig
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
if BOARD_SYSTEM76_DARP7 || BOARD_SYSTEM76_GALP5 || BOARD_SYSTEM76_LEMP10
config BOARD_SPECIFIC_OPTIONS
diff --git a/src/mainboard/system76/tgl-u/Kconfig.name b/src/mainboard/system76/tgl-u/Kconfig.name
index de529d5c72..6847102cbf 100644
--- a/src/mainboard/system76/tgl-u/Kconfig.name
+++ b/src/mainboard/system76/tgl-u/Kconfig.name
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
config BOARD_SYSTEM76_DARP7
bool "darp7"
diff --git a/src/mainboard/system76/whl-u/Kconfig b/src/mainboard/system76/whl-u/Kconfig
index e3d8a2248f..08b4948db9 100644
--- a/src/mainboard/system76/whl-u/Kconfig
+++ b/src/mainboard/system76/whl-u/Kconfig
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
if BOARD_SYSTEM76_GALP3_C || BOARD_SYSTEM76_DARP5
config BOARD_SPECIFIC_OPTIONS
diff --git a/src/mainboard/system76/whl-u/Kconfig.name b/src/mainboard/system76/whl-u/Kconfig.name
index 6379e79abb..344d9bf70c 100644
--- a/src/mainboard/system76/whl-u/Kconfig.name
+++ b/src/mainboard/system76/whl-u/Kconfig.name
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
config BOARD_SYSTEM76_GALP3_C
bool "galp3-c"