x86: make lazy %gs optional on x86_32
[deliverable/linux.git] / arch / x86 / Kconfig
index 5c8e353c1122ac24b3795317da30da2f5f564609..5bcdede71ba41ac57853c2424774c4c23b0f63b3 100644 (file)
@@ -207,6 +207,10 @@ config X86_TRAMPOLINE
        depends on X86_SMP || (X86_VOYAGER && SMP) || (64BIT && ACPI_SLEEP)
        default y
 
+config X86_32_LAZY_GS
+       def_bool y
+       depends on X86_32
+
 config KTIME_SCALAR
        def_bool X86_32
 source "init/Kconfig"
This page took 0.03813 seconds and 5 git commands to generate.