Kconfig 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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 RTAS_PROC
  21. bool "Proc interface to RTAS"
  22. depends on PPC_RTAS
  23. default y
  24. config RTAS_FLASH
  25. tristate "Firmware flash interface"
  26. depends on PPC64 && RTAS_PROC
  27. config SCANLOG
  28. tristate "Scanlog dump interface"
  29. depends on RTAS_PROC && PPC_PSERIES
  30. config LPARCFG
  31. tristate "LPAR Configuration Data"
  32. depends on PPC_PSERIES || PPC_ISERIES
  33. help
  34. Provide system capacity information via human readable
  35. <key word>=<value> pairs through a /proc/ppc64/lparcfg interface.