Kconfig.powerpc 480 B

1234567891011121314151617181920
  1. #
  2. # POWERPC CPU Idle Drivers
  3. #
  4. config PSERIES_CPUIDLE
  5. bool "Cpuidle driver for pSeries platforms"
  6. depends on CPU_IDLE
  7. depends on PPC_PSERIES
  8. default y
  9. help
  10. Select this option to enable processor idle state management
  11. through cpuidle subsystem.
  12. config POWERNV_CPUIDLE
  13. bool "Cpuidle driver for powernv platforms"
  14. depends on CPU_IDLE
  15. depends on PPC_POWERNV
  16. default y
  17. help
  18. Select this option to enable processor idle state management
  19. through cpuidle subsystem.