powerpc: Disallow lparcfg being a module
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / powerpc / platforms / pseries / Kconfig
bloba57032cf6f1b2da4c573c6742119416293ea68f2
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 EEH
13         bool "PCI Extended Error Handling (EEH)" if EMBEDDED
14         depends on PPC_PSERIES
15         default y if !EMBEDDED
17 config SCANLOG
18         tristate "Scanlog dump interface"
19         depends on RTAS_PROC && PPC_PSERIES
21 config LPARCFG
22         bool "LPAR Configuration Data"
23         depends on PPC_PSERIES || PPC_ISERIES
24         help
25         Provide system capacity information via human readable
26         <key word>=<value> pairs through a /proc/ppc64/lparcfg interface.