Kconfig 987 B

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