Kconfig 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. select PPC_PCI_CHOICE if EMBEDDED
  11. default y
  12. config PPC_SPLPAR
  13. depends on PPC_PSERIES
  14. bool "Support for shared-processor logical partitions"
  15. default n
  16. help
  17. Enabling this option will make the kernel run more efficiently
  18. on logically-partitioned pSeries systems which use shared
  19. processors, that is, which share physical processors between
  20. two or more partitions.
  21. config EEH
  22. bool "PCI Extended Error Handling (EEH)" if EMBEDDED
  23. depends on PPC_PSERIES && PCI
  24. default y if !EMBEDDED
  25. config SCANLOG
  26. tristate "Scanlog dump interface"
  27. depends on RTAS_PROC && PPC_PSERIES
  28. config LPARCFG
  29. bool "LPAR Configuration Data"
  30. depends on PPC_PSERIES || PPC_ISERIES
  31. help
  32. Provide system capacity information via human readable
  33. <key word>=<value> pairs through a /proc/ppc64/lparcfg interface.
  34. config PPC_PSERIES_DEBUG
  35. depends on PPC_PSERIES && PPC_EARLY_DEBUG
  36. bool "Enable extra debug logging in platforms/pseries"
  37. default y