aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 5e1083829d82..2bf2f3f53029 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -42,6 +42,9 @@ config GENERIC_HARDIRQS
42 bool 42 bool
43 default y 43 default y
44 44
45config ARCH_SETS_UP_PER_CPU_AREA
46 def_bool PPC64
47
45config IRQ_PER_CPU 48config IRQ_PER_CPU
46 bool 49 bool
47 default y 50 default y
@@ -53,6 +56,11 @@ config RWSEM_XCHGADD_ALGORITHM
53 bool 56 bool
54 default y 57 default y
55 58
59config GENERIC_LOCKBREAK
60 bool
61 default y
62 depends on SMP && PREEMPT
63
56config ARCH_HAS_ILOG2_U32 64config ARCH_HAS_ILOG2_U32
57 bool 65 bool
58 default y 66 default y