Kconfig (4d68c05ce11f4cdf6a6392f3a18dc6a985b4d0c4) Kconfig (eb39c8803d0e3d98fe74825f99287f63d55e6460)
1source "arch/powerpc/platforms/Kconfig.cputype"
2
3config PPC32
4 bool
5 default y if !PPC64
6
7config 32BIT
8 bool

--- 372 unchanged lines hidden (view full) ---

381 depends on PPC_PSERIES && EXPERIMENTAL
382 help
383 Hypervisor-assisted dump is meant to be a kdump replacement
384 offering robustness and speed not possible without system
385 hypervisor assistance.
386
387 If unsure, say "N"
388
1source "arch/powerpc/platforms/Kconfig.cputype"
2
3config PPC32
4 bool
5 default y if !PPC64
6
7config 32BIT
8 bool

--- 372 unchanged lines hidden (view full) ---

381 depends on PPC_PSERIES && EXPERIMENTAL
382 help
383 Hypervisor-assisted dump is meant to be a kdump replacement
384 offering robustness and speed not possible without system
385 hypervisor assistance.
386
387 If unsure, say "N"
388
389config FA_DUMP
390 bool "Firmware-assisted dump"
391 depends on PPC64 && PPC_RTAS && CRASH_DUMP
392 help
393 A robust mechanism to get reliable kernel crash dump with
394 assistance from firmware. This approach does not use kexec,
395 instead firmware assists in booting the kdump kernel
396 while preserving memory contents. Firmware-assisted dump
397 is meant to be a kdump replacement offering robustness and
398 speed not possible without system firmware assistance.
399
400 If unsure, say "N"
401
389config IRQ_ALL_CPUS
390 bool "Distribute interrupts on all CPUs by default"
391 depends on SMP && !MV64360
392 help
393 This option gives the kernel permission to distribute IRQs across
394 multiple CPUs. Saying N here will route all IRQs to the first
395 CPU. Generally saying Y is safe, although some problems have been
396 reported with SMP Power Macintoshes with this option enabled.

--- 621 unchanged lines hidden ---
402config IRQ_ALL_CPUS
403 bool "Distribute interrupts on all CPUs by default"
404 depends on SMP && !MV64360
405 help
406 This option gives the kernel permission to distribute IRQs across
407 multiple CPUs. Saying N here will route all IRQs to the first
408 CPU. Generally saying Y is safe, although some problems have been
409 reported with SMP Power Macintoshes with this option enabled.

--- 621 unchanged lines hidden ---