powerpc: Merge remaining RTAS code
[linux-2.6/linux-loongson.git] / arch / powerpc / platforms / pseries / Kconfig
blobe3fc3407bb1f1d65a0929466d724185b4ee62530
2 config 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.
12 config 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.
19 config EEH
20         bool "PCI Extended Error Handling (EEH)" if EMBEDDED
21         depends on PPC_PSERIES
22         default y if !EMBEDDED
24 config SCANLOG
25         tristate "Scanlog dump interface"
26         depends on RTAS_PROC && PPC_PSERIES
28 config 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.