summaryrefslogtreecommitdiffstats
path: root/src/drivers/pc80
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/pc80
parent19081108390aa6a316ad5af52fd6465030cc9fe2 (diff)
downloadcoreboot-2b65ba07345b99ec7f0415ae9e37d47ba58a2c01.tar.gz
coreboot-2b65ba07345b99ec7f0415ae9e37d47ba58a2c01.tar.bz2
coreboot-2b65ba07345b99ec7f0415ae9e37d47ba58a2c01.zip
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/pc80')
-rw-r--r--src/drivers/pc80/pc/Kconfig2
-rw-r--r--src/drivers/pc80/rtc/Kconfig2
-rw-r--r--src/drivers/pc80/tpm/Kconfig2
-rw-r--r--src/drivers/pc80/vga/Kconfig2
4 files changed, 8 insertions, 0 deletions
diff --git a/src/drivers/pc80/pc/Kconfig b/src/drivers/pc80/pc/Kconfig
index 455ac2bee1a5..62c4b648cf16 100644
--- a/src/drivers/pc80/pc/Kconfig
+++ b/src/drivers/pc80/pc/Kconfig
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
if PC80_SYSTEM
# Might be removed (alongside with the PS/2 init code) once payloads
diff --git a/src/drivers/pc80/rtc/Kconfig b/src/drivers/pc80/rtc/Kconfig
index cd9c416b2480..bd44f414acb9 100644
--- a/src/drivers/pc80/rtc/Kconfig
+++ b/src/drivers/pc80/rtc/Kconfig
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
config DRIVERS_MC146818
bool
default y if ARCH_X86
diff --git a/src/drivers/pc80/tpm/Kconfig b/src/drivers/pc80/tpm/Kconfig
index 94920dfc6367..b1d28c018a7a 100644
--- a/src/drivers/pc80/tpm/Kconfig
+++ b/src/drivers/pc80/tpm/Kconfig
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
config MEMORY_MAPPED_TPM
bool
default n
diff --git a/src/drivers/pc80/vga/Kconfig b/src/drivers/pc80/vga/Kconfig
index 0df65bc34911..dc86a6d8232a 100644
--- a/src/drivers/pc80/vga/Kconfig
+++ b/src/drivers/pc80/vga/Kconfig
@@ -1,3 +1,5 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
config VGA
bool
help