Kconfig.riscv 438 B

123456789101112131415
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # RISC-V CPU Idle drivers
  4. #
  5. config RISCV_SBI_CPUIDLE
  6. bool "RISC-V SBI CPU idle Driver"
  7. depends on RISCV_SBI
  8. select DT_IDLE_STATES
  9. select CPU_IDLE_MULTIPLE_DRIVERS
  10. select DT_IDLE_GENPD if PM_GENERIC_DOMAINS_OF
  11. help
  12. Select this option to enable RISC-V SBI firmware based CPU idle
  13. driver for RISC-V systems. This drivers also supports hierarchical
  14. DT based layout of the idle state.