| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | config ARCH_ROCKCHIP |
|---|
| 2 | 3 | bool "Rockchip RK2928 and RK3xxx SOCs" |
|---|
| 3 | 4 | depends on ARCH_MULTI_V7 |
|---|
| .. | .. |
|---|
| 21 | 22 | help |
|---|
| 22 | 23 | Support for Rockchip's Cortex-A9 Single-to-Quad-Core-SoCs |
|---|
| 23 | 24 | containing the RK2928, RK30xx and RK31xx series. |
|---|
| 25 | + |
|---|
| 26 | +config RV1106_HPMCU_FAST_WAKEUP |
|---|
| 27 | + bool "Rockchip RV1106 HPMCU fast wakeup configuration support" |
|---|
| 28 | + depends on PM_SLEEP && CPU_RV1106 |
|---|
| 29 | + help |
|---|
| 30 | + This config aims to support HPMCU fast wakeup. |
|---|
| 31 | + |
|---|
| 32 | +config RV1106_PMU_WAKEUP_TIMEOUT |
|---|
| 33 | + bool "Rockchip RV1106 pmu timeout wakeup support" |
|---|
| 34 | + depends on PM_SLEEP && CPU_RV1106 |
|---|
| 35 | + help |
|---|
| 36 | + This config aims to support pmu timeout wakeup. |
|---|