Kconfig.riscv 294 B

12345678910111213
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # RISCV CPU Idle Drivers
  4. #
  5. config LIGHT_CPUIDLE
  6. bool "Cpuidle driver for Thead light platforms"
  7. depends on CPU_IDLE
  8. depends on SOC_THEAD
  9. default y
  10. help
  11. Select this option to enable processor idle state management
  12. through cpuidle subsystem.