Merge branch 'master' of /usr/src/ntfs-2.6/
[linux-2.6] / arch / powerpc / platforms / pseries / Kconfig
1
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.
11
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.
18
19 config EEH
20         bool "PCI Extended Error Handling (EEH)" if EMBEDDED
21         depends on PPC_PSERIES
22         default y if !EMBEDDED
23
24 config RTAS_PROC
25         bool "Proc interface to RTAS"
26         depends on PPC_RTAS
27         default y
28
29 config RTAS_FLASH
30         tristate "Firmware flash interface"
31         depends on PPC64 && RTAS_PROC
32
33 config SCANLOG
34         tristate "Scanlog dump interface"
35         depends on RTAS_PROC && PPC_PSERIES
36
37 config LPARCFG
38         tristate "LPAR Configuration Data"
39         depends on PPC_PSERIES || PPC_ISERIES
40         help
41         Provide system capacity information via human readable
42         <key word>=<value> pairs through a /proc/ppc64/lparcfg interface.