blob: 16e4e401b8203f1668dd83c0c0ee0d1bfb8b54d5 [file] [log] [blame]
Kumar Gala35a12452007-03-16 09:14:08 -05001config 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 default y
Paul Mackerras14cf11a2005-09-26 16:04:21 +100011
12config PPC_SPLPAR
13 depends on PPC_PSERIES
14 bool "Support for shared-processor logical partitions"
15 default n
16 help
17 Enabling this option will make the kernel run more efficiently
18 on logically-partitioned pSeries systems which use shared
19 processors, that is, which share physical processors between
20 two or more partitions.
21
Paul Mackerras14cf11a2005-09-26 16:04:21 +100022config EEH
23 bool "PCI Extended Error Handling (EEH)" if EMBEDDED
24 depends on PPC_PSERIES
25 default y if !EMBEDDED
26
Paul Mackerras14cf11a2005-09-26 16:04:21 +100027config SCANLOG
28 tristate "Scanlog dump interface"
29 depends on RTAS_PROC && PPC_PSERIES
30
31config LPARCFG
Paul Mackerras82dfdca2006-03-14 11:35:37 +110032 bool "LPAR Configuration Data"
Paul Mackerras14cf11a2005-09-26 16:04:21 +100033 depends on PPC_PSERIES || PPC_ISERIES
34 help
35 Provide system capacity information via human readable
36 <key word>=<value> pairs through a /proc/ppc64/lparcfg interface.