diff options
-rw-r--r-- | config-generic | 4 | ||||
-rw-r--r-- | config-x86-generic | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/config-generic b/config-generic index f5347bcf0..03656b55e 100644 --- a/config-generic +++ b/config-generic @@ -4711,7 +4711,3 @@ CONFIG_INTEL_MID_PTI=m CONFIG_IOMMU_SUPPORT=y -CONFIG_SCHED_SMT=y -CONFIG_CC_STACKPROTECTOR=y -CONFIG_RELOCATABLE=y - diff --git a/config-x86-generic b/config-x86-generic index f01a58900..0f1216ede 100644 --- a/config-x86-generic +++ b/config-x86-generic @@ -392,3 +392,7 @@ CONFIG_HP_ACCEL=m # CONFIG_GPIO_GENERIC_PLATFORM is not set # CONFIG_GPIO_MCP23S08 is not set + +CONFIG_SCHED_SMT=y +CONFIG_CC_STACKPROTECTOR=y +CONFIG_RELOCATABLE=y |