aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig11
1 files changed, 10 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 4bc7b62fb4b6..88eace4e28c3 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -147,6 +147,7 @@ config PPC
147 select ARCH_USE_CMPXCHG_LOCKREF if PPC64 147 select ARCH_USE_CMPXCHG_LOCKREF if PPC64
148 select HAVE_ARCH_AUDITSYSCALL 148 select HAVE_ARCH_AUDITSYSCALL
149 select ARCH_SUPPORTS_ATOMIC_RMW 149 select ARCH_SUPPORTS_ATOMIC_RMW
150 select DCACHE_WORD_ACCESS if PPC64 && CPU_LITTLE_ENDIAN
150 151
151config GENERIC_CSUM 152config GENERIC_CSUM
152 def_bool CPU_LITTLE_ENDIAN 153 def_bool CPU_LITTLE_ENDIAN
@@ -182,7 +183,7 @@ config SCHED_OMIT_FRAME_POINTER
182 183
183config ARCH_MAY_HAVE_PC_FDC 184config ARCH_MAY_HAVE_PC_FDC
184 bool 185 bool
185 default !PPC_PSERIES || PCI 186 default PCI
186 187
187config PPC_OF 188config PPC_OF
188 def_bool y 189 def_bool y
@@ -287,6 +288,10 @@ config PPC_EMULATE_SSTEP
287 bool 288 bool
288 default y if KPROBES || UPROBES || XMON || HAVE_HW_BREAKPOINT 289 default y if KPROBES || UPROBES || XMON || HAVE_HW_BREAKPOINT
289 290
291config ZONE_DMA32
292 bool
293 default y if PPC64
294
290source "init/Kconfig" 295source "init/Kconfig"
291 296
292source "kernel/Kconfig.freezer" 297source "kernel/Kconfig.freezer"
@@ -603,6 +608,10 @@ config PPC_SUBPAGE_PROT
603 to set access permissions (read/write, readonly, or no access) 608 to set access permissions (read/write, readonly, or no access)
604 on the 4k subpages of each 64k page. 609 on the 4k subpages of each 64k page.
605 610
611config PPC_COPRO_BASE
612 bool
613 default n
614
606config SCHED_SMT 615config SCHED_SMT
607 bool "SMT (Hyperthreading) scheduler support" 616 bool "SMT (Hyperthreading) scheduler support"
608 depends on PPC64 && SMP 617 depends on PPC64 && SMP