aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc/Kconfig')
-rw-r--r--arch/sparc/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig
index d176c03274c5..b2b9daf59051 100644
--- a/arch/sparc/Kconfig
+++ b/arch/sparc/Kconfig
@@ -31,11 +31,13 @@ config SPARC
31 select GENERIC_PCI_IOMAP 31 select GENERIC_PCI_IOMAP
32 select HAVE_NMI_WATCHDOG if SPARC64 32 select HAVE_NMI_WATCHDOG if SPARC64
33 select HAVE_BPF_JIT 33 select HAVE_BPF_JIT
34 select GENERIC_SMP_IDLE_THREAD
34 35
35config SPARC32 36config SPARC32
36 def_bool !64BIT 37 def_bool !64BIT
37 select GENERIC_ATOMIC64 38 select GENERIC_ATOMIC64
38 select CLZ_TAB 39 select CLZ_TAB
40 select ARCH_THREAD_INFO_ALLOCATOR
39 41
40config SPARC64 42config SPARC64
41 def_bool 64BIT 43 def_bool 64BIT