Files
thead-kernel/drivers/soc/thead/Kconfig
Han Gao 7d38ead3b4 feat: update SDK1.2.0
Signed-off-by: Han Gao <gaohan@iscas.ac.cn>
2023-08-02 01:27:02 +08:00

28 lines
576 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
endmenu
endif