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 9 processors, that is, which share physical processors between 10 two or more partitions. 11 12config HMT 13 bool "Hardware multithreading" 14 depends on SMP && PPC_PSERIES && BROKEN 15 help 16 This option enables hardware multithreading on RS64 cpus. 17 pSeries systems p620 and p660 have such a cpu type. 18 19config EEH 20 bool "PCI Extended Error Handling (EEH)" if EMBEDDED 21 depends on PPC_PSERIES 22 default y if !EMBEDDED 23 24config SCANLOG 25 tristate "Scanlog dump interface" 26 depends on RTAS_PROC && PPC_PSERIES 27 28config LPARCFG 29 tristate "LPAR Configuration Data" 30 depends on PPC_PSERIES || PPC_ISERIES 31 help 32 Provide system capacity information via human readable 33 <key word>=<value> pairs through a /proc/ppc64/lparcfg interface. 34