Kconfig 1.2 KB

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