aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig13
1 files changed, 10 insertions, 3 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 38f3b7e47ec5..2f898d63eb96 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -97,7 +97,7 @@ config PPC
97 select VIRT_TO_BUS if !PPC64 97 select VIRT_TO_BUS if !PPC64
98 select HAVE_IDE 98 select HAVE_IDE
99 select HAVE_IOREMAP_PROT 99 select HAVE_IOREMAP_PROT
100 select HAVE_EFFICIENT_UNALIGNED_ACCESS 100 select HAVE_EFFICIENT_UNALIGNED_ACCESS if !CPU_LITTLE_ENDIAN
101 select HAVE_KPROBES 101 select HAVE_KPROBES
102 select HAVE_ARCH_KGDB 102 select HAVE_ARCH_KGDB
103 select HAVE_KRETPROBES 103 select HAVE_KRETPROBES
@@ -138,6 +138,10 @@ config PPC
138 select OLD_SIGSUSPEND 138 select OLD_SIGSUSPEND
139 select OLD_SIGACTION if PPC32 139 select OLD_SIGACTION if PPC32
140 select HAVE_DEBUG_STACKOVERFLOW 140 select HAVE_DEBUG_STACKOVERFLOW
141 select HAVE_IRQ_EXIT_ON_IRQ_STACK
142
143config GENERIC_CSUM
144 def_bool CPU_LITTLE_ENDIAN
141 145
142config EARLY_PRINTK 146config EARLY_PRINTK
143 bool 147 bool
@@ -404,7 +408,7 @@ config CRASH_DUMP
404 408
405config FA_DUMP 409config FA_DUMP
406 bool "Firmware-assisted dump" 410 bool "Firmware-assisted dump"
407 depends on PPC64 && PPC_RTAS && CRASH_DUMP 411 depends on PPC64 && PPC_RTAS && CRASH_DUMP && KEXEC
408 help 412 help
409 A robust mechanism to get reliable kernel crash dump with 413 A robust mechanism to get reliable kernel crash dump with
410 assistance from firmware. This approach does not use kexec, 414 assistance from firmware. This approach does not use kexec,
@@ -417,7 +421,7 @@ config FA_DUMP
417 421
418config IRQ_ALL_CPUS 422config IRQ_ALL_CPUS
419 bool "Distribute interrupts on all CPUs by default" 423 bool "Distribute interrupts on all CPUs by default"
420 depends on SMP && !MV64360 424 depends on SMP
421 help 425 help
422 This option gives the kernel permission to distribute IRQs across 426 This option gives the kernel permission to distribute IRQs across
423 multiple CPUs. Saying N here will route all IRQs to the first 427 multiple CPUs. Saying N here will route all IRQs to the first
@@ -1009,6 +1013,9 @@ config PHYSICAL_START
1009 default "0x00000000" 1013 default "0x00000000"
1010endif 1014endif
1011 1015
1016config ARCH_RANDOM
1017 def_bool n
1018
1012source "net/Kconfig" 1019source "net/Kconfig"
1013 1020
1014source "drivers/Kconfig" 1021source "drivers/Kconfig"