aboutsummaryrefslogtreecommitdiffstats
path: root/arch/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/Kconfig')
-rw-r--r--arch/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index 684eb5af439d..bd265a217bd2 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -145,6 +145,21 @@ config HAVE_DMA_ATTRS
145config USE_GENERIC_SMP_HELPERS 145config USE_GENERIC_SMP_HELPERS
146 bool 146 bool
147 147
148config GENERIC_SMP_IDLE_THREAD
149 bool
150
151# Select if arch init_task initializer is different to init/init_task.c
152config ARCH_INIT_TASK
153 bool
154
155# Select if arch has its private alloc_task_struct() function
156config ARCH_TASK_STRUCT_ALLOCATOR
157 bool
158
159# Select if arch has its private alloc_thread_info() function
160config ARCH_THREAD_INFO_ALLOCATOR
161 bool
162
148config HAVE_REGS_AND_STACK_ACCESS_API 163config HAVE_REGS_AND_STACK_ACCESS_API
149 bool 164 bool
150 help 165 help