mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-07-20 07:08:05 +02:00
14 lines
294 B
Plaintext
14 lines
294 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# RISCV CPU Idle Drivers
|
|
#
|
|
config LIGHT_CPUIDLE
|
|
bool "Cpuidle driver for Thead light platforms"
|
|
depends on CPU_IDLE
|
|
depends on SOC_THEAD
|
|
default y
|
|
help
|
|
Select this option to enable processor idle state management
|
|
through cpuidle subsystem.
|
|
|