diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2023-11-28 12:00:16 +0300 |
---|---|---|
committer | Borislav Petkov (AMD) <bp@alien8.de> | 2023-11-28 15:31:34 +0300 |
commit | c64545594daf748422fa083389b062d0a16fb477 (patch) | |
tree | aba9f0bd65fda990caf7e5797ec0c22fdaba6940 /arch/x86/Kconfig | |
parent | 03f111710af9ea9cd5a08ecc98e456d1cc0c2284 (diff) | |
download | linux-c64545594daf748422fa083389b062d0a16fb477.tar.xz |
x86/Kconfig: Remove obsolete config X86_32_SMP
Commit
0f08c3b22996 ("x86/smp: Reduce code duplication")
removed the only use of CONFIG_X86_32_SMP.
Remove the now obsolete config X86_32_SMP too.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20231128090016.29676-1-lukas.bulwahn@gmail.com
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 3762f41bb092..5a6728dda670 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -384,10 +384,6 @@ config HAVE_INTEL_TXT def_bool y depends on INTEL_IOMMU && ACPI -config X86_32_SMP - def_bool y - depends on X86_32 && SMP - config X86_64_SMP def_bool y depends on X86_64 && SMP |