diff options
author | Martin Roth <gaumless@gmail.com> | 2024-02-16 11:04:02 -0700 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-02-18 02:03:37 +0000 |
commit | 7d86f34398a25be661c0f25974cb20a1d18d48d4 (patch) | |
tree | 59b4bcff096b27f78df82bef2948a53c87f54f68 /src/soc/intel/braswell | |
parent | 9712f10f75d044343bb6538a0c49c3a8a46732c3 (diff) |
soc: Add SPDX license headers to Kconfig files
Change-Id: Ie7bc4f3ae00bb9601001dbb71e7c3c84fd4f759a
Signed-off-by: Martin Roth <gaumless@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80596
Reviewed-by: Subrata Banik <subratabanik@google.com>
Reviewed-by: Yidi Lin <yidilin@google.com>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/braswell')
-rw-r--r-- | src/soc/intel/braswell/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/intel/braswell/Kconfig b/src/soc/intel/braswell/Kconfig index c3b93d2167..d9bb481a1b 100644 --- a/src/soc/intel/braswell/Kconfig +++ b/src/soc/intel/braswell/Kconfig @@ -1,3 +1,5 @@ +## SPDX-License-Identifier: GPL-2.0-only + config SOC_INTEL_BRASWELL bool select ACPI_COMMON_MADT_IOAPIC |