blob: 97619fd51e393870d1c0c1da8a6bdb1926a52a57 [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
John Rigbyb5005632008-06-26 11:07:56 -060010 select PPC_PCI_CHOICE if EMBEDDED
Kumar Gala35a12452007-03-16 09:14:08 -050011 default y
Paul Mackerras14cf11a2005-09-26 16:04:21 +100012
13config 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
Paul Mackerras14cf11a2005-09-26 16:04:21 +100023config EEH
24 bool "PCI Extended Error Handling (EEH)" if EMBEDDED
Stephen Rothwell86932082007-11-14 15:07:39 +110025 depends on PPC_PSERIES && PCI
Paul Mackerras14cf11a2005-09-26 16:04:21 +100026 default y if !EMBEDDED
27
Paul Mackerras14cf11a2005-09-26 16:04:21 +100028config SCANLOG
29 tristate "Scanlog dump interface"
30 depends on RTAS_PROC && PPC_PSERIES
31
32config LPARCFG
Paul Mackerras82dfdca2006-03-14 11:35:37 +110033 bool "LPAR Configuration Data"
Paul Mackerras14cf11a2005-09-26 16:04:21 +100034 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.
Michael Ellerman36f8a2c2008-04-24 15:13:21 +100038
39config PPC_PSERIES_DEBUG
40 depends on PPC_PSERIES && PPC_EARLY_DEBUG
41 bool "Enable extra debug logging in platforms/pseries"
42 default y
Brian King84af4582008-07-24 04:30:29 +100043
44config PPC_SMLPAR
45 bool "Support for shared-memory logical partitions"
46 depends on PPC_PSERIES
47 select LPARCFG
48 default n
49 help
50 Select this option to enable shared memory partition support.
51 With this option a system running in an LPAR can be given more
52 memory than physically available and will allow firmware to
53 balance memory across many LPARs.
54
55config CMM
56 tristate "Collaborative memory management"
57 depends on PPC_SMLPAR
58 default y
59 help
60 Select this option, if you want to enable the kernel interface
61 to reduce the memory size of the system. This is accomplished
62 by allocating pages of memory and put them "on hold". This only
63 makes sense for a system running in an LPAR where the unused pages
64 will be reused for other LPARs. The interface allows firmware to
65 balance memory across many LPARs.