Kconfig 752 B

1234567891011121314151617181920212223242526
  1. config PPC_SPLPAR
  2. depends on PPC_PSERIES
  3. bool "Support for shared-processor logical partitions"
  4. default n
  5. help
  6. Enabling this option will make the kernel run more efficiently
  7. on logically-partitioned pSeries systems which use shared
  8. processors, that is, which share physical processors between
  9. two or more partitions.
  10. config EEH
  11. bool "PCI Extended Error Handling (EEH)" if EMBEDDED
  12. depends on PPC_PSERIES
  13. default y if !EMBEDDED
  14. config SCANLOG
  15. tristate "Scanlog dump interface"
  16. depends on RTAS_PROC && PPC_PSERIES
  17. config LPARCFG
  18. bool "LPAR Configuration Data"
  19. depends on PPC_PSERIES || PPC_ISERIES
  20. help
  21. Provide system capacity information via human readable
  22. <key word>=<value> pairs through a /proc/ppc64/lparcfg interface.