Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # RISC-V CPU Idle drivers
0004 #
0005 
0006 config RISCV_SBI_CPUIDLE
0007         bool "RISC-V SBI CPU idle Driver"
0008         depends on RISCV_SBI
0009         select DT_IDLE_STATES
0010         select CPU_IDLE_MULTIPLE_DRIVERS
0011         select DT_IDLE_GENPD if PM_GENERIC_DOMAINS_OF
0012         help
0013           Select this option to enable RISC-V SBI firmware based CPU idle
0014           driver for RISC-V systems. This drivers also supports hierarchical
0015           DT based layout of the idle state.