diff options
author | Martin Roth <gaumless@gmail.com> | 2024-02-16 10:43:48 -0700 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-02-18 01:59:32 +0000 |
commit | 2b65ba07345b99ec7f0415ae9e37d47ba58a2c01 (patch) | |
tree | 19bb8d0991f1959c96de69cb69a4942faf75d338 /src/drivers/pc80 | |
parent | 19081108390aa6a316ad5af52fd6465030cc9fe2 (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/pc80')
-rw-r--r-- | src/drivers/pc80/pc/Kconfig | 2 | ||||
-rw-r--r-- | src/drivers/pc80/rtc/Kconfig | 2 | ||||
-rw-r--r-- | src/drivers/pc80/tpm/Kconfig | 2 | ||||
-rw-r--r-- | src/drivers/pc80/vga/Kconfig | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/src/drivers/pc80/pc/Kconfig b/src/drivers/pc80/pc/Kconfig index 455ac2bee1..62c4b648cf 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 cd9c416b24..bd44f414ac 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 94920dfc63..b1d28c018a 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 0df65bc349..dc86a6d823 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 |