diff options
Diffstat (limited to 'src/cpu/x86')
-rw-r--r-- | src/cpu/x86/Kconfig | 2 | ||||
-rw-r--r-- | src/cpu/x86/Kconfig.debug_cpu | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/cpu/x86/Kconfig b/src/cpu/x86/Kconfig index 6c784b4c5d..ec1fa1305a 100644 --- a/src/cpu/x86/Kconfig +++ b/src/cpu/x86/Kconfig @@ -1,3 +1,5 @@ +## SPDX-License-Identifier: GPL-2.0-only + if ARCH_X86 config PARALLEL_MP diff --git a/src/cpu/x86/Kconfig.debug_cpu b/src/cpu/x86/Kconfig.debug_cpu index ddcb119ebe..d32aea6d25 100644 --- a/src/cpu/x86/Kconfig.debug_cpu +++ b/src/cpu/x86/Kconfig.debug_cpu @@ -1,3 +1,5 @@ +## SPDX-License-Identifier: GPL-2.0-only + if ARCH_X86 config DISPLAY_MTRRS |