Files
thead-kernel/drivers/soc/thead/Kconfig
Han Gao b65595ebbc feat: add ddr-pmu module
Signed-off-by: Han Gao <gaohan@iscas.ac.cn>
2024-03-24 07:13:39 -05:00

34 lines
738 B
Plaintext

# SPDX-License-Identifier: GPL-2.0-only
if SOC_THEAD || COMPILE_TEST
menu "Thead SoC drivers"
config LIGHT_IOPMP
tristate "Thead light iopmp support"
default y
help
This driver supports Light IOPMP built-in for security system.
config LIGHT_SUSPEND
bool "Thead light system suspend support"
depends on PM
default n
help
This driver supports system suspend low power feature in Light FM platform
config LIGHT_REBOOTMODE
bool "Thead light rebootmode support"
default y
help
This driver supports check rebootmode feature in Light FM platform
config LIGHT_DDR_PMU
tristate "Thead light ddr-pmu support"
default m
help
This driver supports thead-ddr-pmu is a IP module used to do performance monitor
endmenu
endif