Kconfig.powerpc 520 B

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