Kconfig (95d465fd750897ab32462a6702fbfe1b122cbbc0) Kconfig (35a1245ad09412ffba2f17631a9fb3cae3d5a5ac)
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 default y
1
2config PPC_SPLPAR
3 depends on PPC_PSERIES
4 bool "Support for shared-processor logical partitions"
5 default n
6 help
7 Enabling this option will make the kernel run more efficiently
8 on logically-partitioned pSeries systems which use shared

--- 18 unchanged lines hidden ---
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
18 on logically-partitioned pSeries systems which use shared

--- 18 unchanged lines hidden ---