Kconfig (05a4a95279311c3a4633b4277a5d21cfd616c6c7) | Kconfig (6974f0c4555e285ab217cee58b6e874f776ff409) |
---|---|
1# 2# General architecture dependent options 3# 4 5config CRASH_CORE 6 bool 7 8config KEXEC_CORE --- 209 unchanged lines hidden (view full) --- 218 bool 219 220config GENERIC_SMP_IDLE_THREAD 221 bool 222 223config GENERIC_IDLE_POLL_SETUP 224 bool 225 | 1# 2# General architecture dependent options 3# 4 5config CRASH_CORE 6 bool 7 8config KEXEC_CORE --- 209 unchanged lines hidden (view full) --- 218 bool 219 220config GENERIC_SMP_IDLE_THREAD 221 bool 222 223config GENERIC_IDLE_POLL_SETUP 224 bool 225 |
226config ARCH_HAS_FORTIFY_SOURCE 227 bool 228 help 229 An architecture should select this when it can successfully 230 build and run with CONFIG_FORTIFY_SOURCE. 231 |
|
226# Select if arch has all set_memory_ro/rw/x/nx() functions in asm/cacheflush.h 227config ARCH_HAS_SET_MEMORY 228 bool 229 230# Select if arch init_task initializer is different to init/init_task.c 231config ARCH_INIT_TASK 232 bool 233 --- 704 unchanged lines hidden --- | 232# Select if arch has all set_memory_ro/rw/x/nx() functions in asm/cacheflush.h 233config ARCH_HAS_SET_MEMORY 234 bool 235 236# Select if arch init_task initializer is different to init/init_task.c 237config ARCH_INIT_TASK 238 bool 239 --- 704 unchanged lines hidden --- |