diff options
author | Dave Jones <davej@redhat.com> | 2011-08-09 19:41:05 -0400 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2011-08-09 19:41:05 -0400 |
commit | 68f00c16fba19db0ddbb33bb4f57d6603c188f74 (patch) | |
tree | 8311d6bb3102bd043633c1e0726d1c8c9681de81 /config-x86-generic | |
parent | 8ce7027f6178d22e8a5c81aa690e790c0a9c2846 (diff) | |
download | kernel-68f00c16fba19db0ddbb33bb4f57d6603c188f74.tar.gz kernel-68f00c16fba19db0ddbb33bb4f57d6603c188f74.tar.xz kernel-68f00c16fba19db0ddbb33bb4f57d6603c188f74.zip |
these should have been in x86-generic, not all-generic
Diffstat (limited to 'config-x86-generic')
-rw-r--r-- | config-x86-generic | 4 |
1 files changed, 4 insertions, 0 deletions
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 |