Source
238
238
239
239
config GENERIC_IDLE_POLL_SETUP
240
240
bool
241
241
242
242
config ARCH_HAS_FORTIFY_SOURCE
243
243
bool
244
244
help
245
245
An architecture should select this when it can successfully
246
246
build and run with CONFIG_FORTIFY_SOURCE.
247
247
248
+
#
249
+
# Select if the arch provides a historic keepinit alias for the retain_initrd
250
+
# command line option
251
+
#
252
+
config ARCH_HAS_KEEPINITRD
253
+
bool
254
+
248
255
# Select if arch has all set_memory_ro/rw/x/nx() functions in asm/cacheflush.h
249
256
config ARCH_HAS_SET_MEMORY
250
257
bool
251
258
252
259
# Select if arch has all set_direct_map_invalid/default() functions
253
260
config ARCH_HAS_SET_DIRECT_MAP
254
261
bool
255
262
256
263
# Select if arch init_task must go in the __init_task_data section
257
264
config ARCH_TASK_STRUCT_ON_STACK