summaryrefslogtreecommitdiff
path: root/src/mainboard/dell
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2024-02-16 10:51:37 -0700
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2024-02-18 02:01:17 +0000
commit26bcee0a217fa8aa88c07e5ac9b7afb1e08aa4ca (patch)
tree634465657bb91f35cb4fb790b98613a52d3cee02 /src/mainboard/dell
parente9af73d4198d9d28aa5015e8e6d514374168780e (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/dell')
-rw-r--r--src/mainboard/dell/Kconfig2
-rw-r--r--src/mainboard/dell/Kconfig.name2
-rw-r--r--src/mainboard/dell/e6400/Kconfig2
-rw-r--r--src/mainboard/dell/e6400/Kconfig.name2
-rw-r--r--src/mainboard/dell/snb_ivb_workstations/Kconfig2
-rw-r--r--src/mainboard/dell/snb_ivb_workstations/Kconfig.name2
6 files changed, 12 insertions, 0 deletions
diff --git a/src/mainboard/dell/Kconfig b/src/mainboard/dell/Kconfig
index 298c62b52b..547cf3178a 100644
--- a/src/mainboard/dell/Kconfig
+++ b/src/mainboard/dell/Kconfig
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
if VENDOR_DELL
choice
diff --git a/src/mainboard/dell/Kconfig.name b/src/mainboard/dell/Kconfig.name
index 3d2fefd11d..587fd8737e 100644
--- a/src/mainboard/dell/Kconfig.name
+++ b/src/mainboard/dell/Kconfig.name
@@ -1,2 +1,4 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
config VENDOR_DELL
bool "Dell Inc."
diff --git a/src/mainboard/dell/e6400/Kconfig b/src/mainboard/dell/e6400/Kconfig
index 034de4be2b..417d95fd5d 100644
--- a/src/mainboard/dell/e6400/Kconfig
+++ b/src/mainboard/dell/e6400/Kconfig
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
if BOARD_DELL_E6400
config BOARD_SPECIFIC_OPTIONS
diff --git a/src/mainboard/dell/e6400/Kconfig.name b/src/mainboard/dell/e6400/Kconfig.name
index c500f96f5f..aefe777109 100644
--- a/src/mainboard/dell/e6400/Kconfig.name
+++ b/src/mainboard/dell/e6400/Kconfig.name
@@ -1,2 +1,4 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
config BOARD_DELL_E6400
bool "Latitude E6400"
diff --git a/src/mainboard/dell/snb_ivb_workstations/Kconfig b/src/mainboard/dell/snb_ivb_workstations/Kconfig
index bf211bbc89..a1e446ebe0 100644
--- a/src/mainboard/dell/snb_ivb_workstations/Kconfig
+++ b/src/mainboard/dell/snb_ivb_workstations/Kconfig
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
config BOARD_DELL_SNB_IVB_WORKSTATIONS
def_bool n
select BOARD_ROMSIZE_KB_12288
diff --git a/src/mainboard/dell/snb_ivb_workstations/Kconfig.name b/src/mainboard/dell/snb_ivb_workstations/Kconfig.name
index d258054539..996a0338f0 100644
--- a/src/mainboard/dell/snb_ivb_workstations/Kconfig.name
+++ b/src/mainboard/dell/snb_ivb_workstations/Kconfig.name
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
config BOARD_DELL_OPTIPLEX_9010
bool "OptiPlex 9010 SFF"