Kconfig (3d5271f9883cba7b54762bc4fe027d4172f06db7) | Kconfig (f1870f772c5e884862b4dd8f1ec2147247dda0ef) |
---|---|
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 | 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. | 12config EEH 13 bool "PCI Extended Error Handling (EEH)" if EMBEDDED 14 depends on PPC_PSERIES 15 default y if !EMBEDDED 16 17config SCANLOG 18 tristate "Scanlog dump interface" 19 depends on RTAS_PROC && PPC_PSERIES 20 21config LPARCFG 22 tristate "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. |