Kconfig 963 B

123456789101112131415161718192021222324252627282930313233
  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 HMT
  11. bool "Hardware multithreading"
  12. depends on SMP && PPC_PSERIES && BROKEN
  13. help
  14. This option enables hardware multithreading on RS64 cpus.
  15. pSeries systems p620 and p660 have such a cpu type.
  16. config EEH
  17. bool "PCI Extended Error Handling (EEH)" if EMBEDDED
  18. depends on PPC_PSERIES
  19. default y if !EMBEDDED
  20. config SCANLOG
  21. tristate "Scanlog dump interface"
  22. depends on RTAS_PROC && PPC_PSERIES
  23. config LPARCFG
  24. tristate "LPAR Configuration Data"
  25. depends on PPC_PSERIES || PPC_ISERIES
  26. help
  27. Provide system capacity information via human readable
  28. <key word>=<value> pairs through a /proc/ppc64/lparcfg interface.