Kconfig (7022b15e2a9f878fd5184586064c63352c3dd225) Kconfig (b500563b22ea2a78760b2ccaa328426b0388e2ee)
1config 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
1config 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
10 default y
11
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

--- 24 unchanged lines hidden ---
11 default y
12
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

--- 24 unchanged lines hidden ---