mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
soc: rockchip: pm_config: ROCKCHIP_SUSPEND_MODE depends on SUSPEND
Fixes the following warning when !SUSPEND: drivers/soc/rockchip/rockchip_pm_config.c:258:34: error: use of undeclared identifier 'mem_sleep_current' drivers/soc/rockchip/rockchip_pm_config.c:551:34: error: use of undeclared identifier 'mem_sleep_current' Change-Id: I9c6c215094444937d58fc877d8841669b54ee63d Signed-off-by: Tao Huang <huangtao@rock-chips.com>
This commit is contained in:
@@ -186,6 +186,7 @@ config ROCKCHIP_LITE_ULTRA_SUSPEND
|
||||
|
||||
config ROCKCHIP_SUSPEND_MODE
|
||||
tristate "Rockchip suspend mode config"
|
||||
depends on SUSPEND
|
||||
help
|
||||
Say Y here if you want to set the suspend mode to the ATF.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user