brintos

brintos / linux-shallow public Read only

0
0
Text · 438 B · 78518c2 Raw
16 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# RISC-V CPU Idle drivers4#5 6config RISCV_SBI_CPUIDLE7	bool "RISC-V SBI CPU idle Driver"8	depends on RISCV_SBI9	select DT_IDLE_STATES10	select CPU_IDLE_MULTIPLE_DRIVERS11	select DT_IDLE_GENPD if PM_GENERIC_DOMAINS_OF12	help13	  Select this option to enable RISC-V SBI firmware based CPU idle14	  driver for RISC-V systems. This drivers also supports hierarchical15	  DT based layout of the idle state.16