diff options
author | Martin Roth <gaumless@gmail.com> | 2024-02-16 10:31:30 -0700 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-02-18 01:58:52 +0000 |
commit | 19081108390aa6a316ad5af52fd6465030cc9fe2 (patch) | |
tree | cdd5a6f37cc6ffc7f62411e12304788fcc58dfcd /src/cpu/intel/model_f2x | |
parent | 969b7008b2ee14b6dac9029e6a4586f770067c3c (diff) |
arch to cpu: Add SPDX license headers to Kconfig files
Change-Id: I7dd7b0b7c5fdb63fe32915b88e69313e3440b64a
Signed-off-by: Martin Roth <gaumless@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80587
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/cpu/intel/model_f2x')
-rw-r--r-- | src/cpu/intel/model_f2x/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cpu/intel/model_f2x/Kconfig b/src/cpu/intel/model_f2x/Kconfig index b33bf03571..e05ba6f6fb 100644 --- a/src/cpu/intel/model_f2x/Kconfig +++ b/src/cpu/intel/model_f2x/Kconfig @@ -1,3 +1,5 @@ +## SPDX-License-Identifier: GPL-2.0-only + config CPU_INTEL_MODEL_F2X bool select ARCH_X86 |