summaryrefslogtreecommitdiff
path: root/src/mainboard/prodrive
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2024-02-16 11:00:32 -0700
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2024-02-18 02:02:44 +0000
commit39065ef5f7f830044a6f499fb2b5be40787ee8ae (patch)
treea4b26b9c72f25ceb9cb47d4ba75cb237037d5bc7 /src/mainboard/prodrive
parentaf6616fd862f2a9c11e2ad4155e3fe4401c075fe (diff)
mb/opencellular to mb/roda: Add SPDX license headers to Kconfig files
Change-Id: Ia2100d26027a7f71739d5445f781b52c517ed966 Signed-off-by: Martin Roth <gaumless@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/80594 Reviewed-by: Jonathon Hall <jonathon.hall@puri.sm> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'src/mainboard/prodrive')
-rw-r--r--src/mainboard/prodrive/Kconfig2
-rw-r--r--src/mainboard/prodrive/Kconfig.name2
-rw-r--r--src/mainboard/prodrive/atlas/Kconfig2
-rw-r--r--src/mainboard/prodrive/atlas/Kconfig.name2
-rw-r--r--src/mainboard/prodrive/hermes/Kconfig2
-rw-r--r--src/mainboard/prodrive/hermes/Kconfig.name2
6 files changed, 12 insertions, 0 deletions
diff --git a/src/mainboard/prodrive/Kconfig b/src/mainboard/prodrive/Kconfig
index 08474254f8..e99d34980d 100644
--- a/src/mainboard/prodrive/Kconfig
+++ b/src/mainboard/prodrive/Kconfig
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
if VENDOR_PRODRIVE
choice
diff --git a/src/mainboard/prodrive/Kconfig.name b/src/mainboard/prodrive/Kconfig.name
index b516ef16dd..e29a548ea8 100644
--- a/src/mainboard/prodrive/Kconfig.name
+++ b/src/mainboard/prodrive/Kconfig.name
@@ -1,2 +1,4 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
config VENDOR_PRODRIVE
bool "Prodrive"
diff --git a/src/mainboard/prodrive/atlas/Kconfig b/src/mainboard/prodrive/atlas/Kconfig
index e4be9463fd..5a3f3118d3 100644
--- a/src/mainboard/prodrive/atlas/Kconfig
+++ b/src/mainboard/prodrive/atlas/Kconfig
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
config BOARD_PRODRIVE_ATLAS_BASEBOARD
def_bool n
select BOARD_ROMSIZE_KB_32768
diff --git a/src/mainboard/prodrive/atlas/Kconfig.name b/src/mainboard/prodrive/atlas/Kconfig.name
index 722f0e5054..36a1a0ec38 100644
--- a/src/mainboard/prodrive/atlas/Kconfig.name
+++ b/src/mainboard/prodrive/atlas/Kconfig.name
@@ -1,2 +1,4 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
config BOARD_PRODRIVE_ATLAS
bool "Atlas"
diff --git a/src/mainboard/prodrive/hermes/Kconfig b/src/mainboard/prodrive/hermes/Kconfig
index 0a0db36da5..c943f6fedc 100644
--- a/src/mainboard/prodrive/hermes/Kconfig
+++ b/src/mainboard/prodrive/hermes/Kconfig
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
config BOARD_PRODRIVE_HERMES_BASEBOARD
def_bool n
select SOC_INTEL_COFFEELAKE
diff --git a/src/mainboard/prodrive/hermes/Kconfig.name b/src/mainboard/prodrive/hermes/Kconfig.name
index 4aff62fe52..550240d26a 100644
--- a/src/mainboard/prodrive/hermes/Kconfig.name
+++ b/src/mainboard/prodrive/hermes/Kconfig.name
@@ -1,2 +1,4 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
config BOARD_PRODRIVE_HERMES
bool "Hermes"