Merge commit 'origin/master'
[pandora-kernel.git] / arch / powerpc / platforms / pseries / Kconfig
1 config PPC_PSERIES
2         depends on PPC_MULTIPLATFORM && PPC64
3         bool "IBM pSeries & new (POWER5-based) iSeries"
4         select MPIC
5         select PPC_I8259
6         select PPC_RTAS
7         select RTAS_ERROR_LOGGING
8         select PPC_UDBG_16550
9         select PPC_NATIVE
10         select PPC_PCI_CHOICE if EMBEDDED
11         default y
12
13 config PPC_SPLPAR
14         depends on PPC_PSERIES
15         bool "Support for shared-processor logical partitions"
16         default n
17         help
18           Enabling this option will make the kernel run more efficiently
19           on logically-partitioned pSeries systems which use shared
20           processors, that is, which share physical processors between
21           two or more partitions.
22
23 config EEH
24         bool "PCI Extended Error Handling (EEH)" if EMBEDDED
25         depends on PPC_PSERIES && PCI
26         default y if !EMBEDDED
27
28 config SCANLOG
29         tristate "Scanlog dump interface"
30         depends on RTAS_PROC && PPC_PSERIES
31
32 config LPARCFG
33         bool "LPAR Configuration Data"
34         depends on PPC_PSERIES || PPC_ISERIES
35         help
36         Provide system capacity information via human readable
37         <key word>=<value> pairs through a /proc/ppc64/lparcfg interface.
38
39 config PPC_PSERIES_DEBUG
40         depends on PPC_PSERIES && PPC_EARLY_DEBUG
41         bool "Enable extra debug logging in platforms/pseries"
42         default y