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:
parent
6843b32862
commit
f3f27d30ba
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue