mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
suspend: rockchip: set the suspend config to ATF
Change-Id: I400aa252c24b814e3da7fa6703a4e03a1c90d572 Signed-off-by: Shengfei xu <xsf@rock-chips.com>
This commit is contained in:
parent
feb482f894
commit
1caa11c198
|
|
@ -35,4 +35,10 @@ config ROCKCHIP_PVTM
|
|||
the chip performance variance caused by chip process, voltage and
|
||||
temperature.
|
||||
|
||||
config ROCKCHIP_SUSPEND_MODE
|
||||
bool "Rockchip suspend mode config"
|
||||
depends on ROCKCHIP_SIP
|
||||
help
|
||||
Say Y here if you want to set the suspend mode to the ATF.
|
||||
|
||||
endif
|
||||
|
|
|
|||
|
|
@ -6,4 +6,6 @@ obj-$(CONFIG_ROCKCHIP_PM_DOMAINS) += pm_domains.o
|
|||
obj-$(CONFIG_FIQ_DEBUGGER) += rk_fiq_debugger.o
|
||||
obj-$(CONFIG_MMC_DW_ROCKCHIP) += sdmmc_vendor_storage.o
|
||||
obj-$(CONFIG_ROCKCHIP_PVTM) += rockchip_pvtm.o
|
||||
obj-$(CONFIG_ROCKCHIP_SUSPEND_MODE) += rockchip_pm_config.o
|
||||
|
||||
obj-y += rk_vendor_storage.o
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user