summaryrefslogtreecommitdiffstats
path: root/src/southbridge
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2024-02-16 10:45:54 -0700
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2024-02-18 02:00:21 +0000
commit5bdac84c6b64bf22fb01724bac24829c664caf48 (patch)
treea0e2df53b850d2a5be4e2992f5b3f1c52c5a587c /src/southbridge
parent2b65ba07345b99ec7f0415ae9e37d47ba58a2c01 (diff)
downloadcoreboot-5bdac84c6b64bf22fb01724bac24829c664caf48.tar.gz
coreboot-5bdac84c6b64bf22fb01724bac24829c664caf48.tar.bz2
coreboot-5bdac84c6b64bf22fb01724bac24829c664caf48.zip
ec, lib, security, sb: Add SPDX license headers to Kconfig files
Change-Id: Ie63499a4b432803a78af1c52d49e34cf1653ba17 Signed-off-by: Martin Roth <gaumless@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/80589 Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/southbridge')
-rw-r--r--src/southbridge/intel/common/Kconfig.common2
-rw-r--r--src/southbridge/intel/i82371eb/Kconfig2
-rw-r--r--src/southbridge/intel/i82870/Kconfig2
-rw-r--r--src/southbridge/ti/pci1x2x/Kconfig2
4 files changed, 8 insertions, 0 deletions
diff --git a/src/southbridge/intel/common/Kconfig.common b/src/southbridge/intel/common/Kconfig.common
index e138f5e4423e..c621399785c2 100644
--- a/src/southbridge/intel/common/Kconfig.common
+++ b/src/southbridge/intel/common/Kconfig.common
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
config SOUTHBRIDGE_INTEL_COMMON_RESET
def_bool n
select HAVE_CF9_RESET
diff --git a/src/southbridge/intel/i82371eb/Kconfig b/src/southbridge/intel/i82371eb/Kconfig
index 3f846685f6ad..f806764e7fa4 100644
--- a/src/southbridge/intel/i82371eb/Kconfig
+++ b/src/southbridge/intel/i82371eb/Kconfig
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
config SOUTHBRIDGE_INTEL_I82371EB
select ACPI_COMMON_MADT_IOAPIC if SMP
select ACPI_COMMON_MADT_LAPIC if SMP
diff --git a/src/southbridge/intel/i82870/Kconfig b/src/southbridge/intel/i82870/Kconfig
index b56113b8e2d0..c1a4dc04e7ba 100644
--- a/src/southbridge/intel/i82870/Kconfig
+++ b/src/southbridge/intel/i82870/Kconfig
@@ -1,2 +1,4 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
config SOUTHBRIDGE_INTEL_I82870
bool
diff --git a/src/southbridge/ti/pci1x2x/Kconfig b/src/southbridge/ti/pci1x2x/Kconfig
index 8442cc3b5e34..4fce500b97d4 100644
--- a/src/southbridge/ti/pci1x2x/Kconfig
+++ b/src/southbridge/ti/pci1x2x/Kconfig
@@ -1,2 +1,4 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
config SOUTHBRIDGE_TI_PCI1X2X
bool