kernel/arch/arm/mach-rockchip/Kconfig
.. .. @@ -28,3 +28,9 @@ 28 28 depends on PM_SLEEP && CPU_RV1106 29 29 help 30 30 This config aims to support HPMCU fast wakeup. 31 +32 +config RV1106_PMU_WAKEUP_TIMEOUT33 + bool "Rockchip RV1106 pmu timeout wakeup support"34 + depends on PM_SLEEP && CPU_RV110635 + help36 + This config aims to support pmu timeout wakeup.