summaryrefslogtreecommitdiff
path: root/src/drivers/intel
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2024-02-16 10:43:48 -0700
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2024-02-18 01:59:32 +0000
commit2b65ba07345b99ec7f0415ae9e37d47ba58a2c01 (patch)
tree19bb8d0991f1959c96de69cb69a4942faf75d338 /src/drivers/intel
parent19081108390aa6a316ad5af52fd6465030cc9fe2 (diff)
drivers: Add SPDX license headers to Kconfig files
Change-Id: Ib27894f0f1e03501583fffb2c759b493d6a7b945 Signed-off-by: Martin Roth <gaumless@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/80588 Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/drivers/intel')
-rw-r--r--src/drivers/intel/dptf/Kconfig2
-rw-r--r--src/drivers/intel/fsp2_0/Kconfig.debug_blob2
-rw-r--r--src/drivers/intel/i210/Kconfig2
-rw-r--r--src/drivers/intel/ish/Kconfig2
-rw-r--r--src/drivers/intel/mipi_camera/Kconfig2
-rw-r--r--src/drivers/intel/pmc_mux/Kconfig2
-rw-r--r--src/drivers/intel/ptt/Kconfig2
-rw-r--r--src/drivers/intel/soundwire/Kconfig2
-rw-r--r--src/drivers/intel/usb4/retimer/Kconfig2
9 files changed, 18 insertions, 0 deletions
diff --git a/src/drivers/intel/dptf/Kconfig b/src/drivers/intel/dptf/Kconfig
index bdda9e8a34..70a455ef13 100644
--- a/src/drivers/intel/dptf/Kconfig
+++ b/src/drivers/intel/dptf/Kconfig
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
config DRIVERS_INTEL_DPTF
bool
depends on HAVE_ACPI_TABLES
diff --git a/src/drivers/intel/fsp2_0/Kconfig.debug_blob b/src/drivers/intel/fsp2_0/Kconfig.debug_blob
index 3436c06e56..64e03c9bed 100644
--- a/src/drivers/intel/fsp2_0/Kconfig.debug_blob
+++ b/src/drivers/intel/fsp2_0/Kconfig.debug_blob
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
if PLATFORM_USES_FSP2_0
config DISPLAY_FSP_CALLS_AND_STATUS
diff --git a/src/drivers/intel/i210/Kconfig b/src/drivers/intel/i210/Kconfig
index 264cca8c13..7b89ada93c 100644
--- a/src/drivers/intel/i210/Kconfig
+++ b/src/drivers/intel/i210/Kconfig
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
config DRIVER_INTEL_I210
bool
default n
diff --git a/src/drivers/intel/ish/Kconfig b/src/drivers/intel/ish/Kconfig
index a2828d1349..a1544910d4 100644
--- a/src/drivers/intel/ish/Kconfig
+++ b/src/drivers/intel/ish/Kconfig
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
config DRIVERS_INTEL_ISH
bool
default n
diff --git a/src/drivers/intel/mipi_camera/Kconfig b/src/drivers/intel/mipi_camera/Kconfig
index ad1a82ba6f..88c97bd0de 100644
--- a/src/drivers/intel/mipi_camera/Kconfig
+++ b/src/drivers/intel/mipi_camera/Kconfig
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
config DRIVERS_INTEL_MIPI_CAMERA
bool
depends on HAVE_ACPI_TABLES
diff --git a/src/drivers/intel/pmc_mux/Kconfig b/src/drivers/intel/pmc_mux/Kconfig
index 24eb1a19d3..fea8b7c9d7 100644
--- a/src/drivers/intel/pmc_mux/Kconfig
+++ b/src/drivers/intel/pmc_mux/Kconfig
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
config DRIVERS_INTEL_PMC
bool
default n
diff --git a/src/drivers/intel/ptt/Kconfig b/src/drivers/intel/ptt/Kconfig
index fb70f9a02c..3fd4333d19 100644
--- a/src/drivers/intel/ptt/Kconfig
+++ b/src/drivers/intel/ptt/Kconfig
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
config HAVE_INTEL_PTT
bool
default n
diff --git a/src/drivers/intel/soundwire/Kconfig b/src/drivers/intel/soundwire/Kconfig
index fd6e3996a5..d17f3f6ea6 100644
--- a/src/drivers/intel/soundwire/Kconfig
+++ b/src/drivers/intel/soundwire/Kconfig
@@ -1,2 +1,4 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
config DRIVERS_INTEL_SOUNDWIRE
bool
diff --git a/src/drivers/intel/usb4/retimer/Kconfig b/src/drivers/intel/usb4/retimer/Kconfig
index eee8fe1bed..df0e888c5d 100644
--- a/src/drivers/intel/usb4/retimer/Kconfig
+++ b/src/drivers/intel/usb4/retimer/Kconfig
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
config DRIVERS_INTEL_USB4_RETIMER
bool
depends on HAVE_ACPI_TABLES