Message ID | 1573756521-27373-13-git-send-email-ilina@codeaurora.org (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Support wakeup capable GPIOs | expand |
Quoting Lina Iyer (2019-11-14 10:35:21) > Enable PDC interrupt controller for SDM845 devices. The interrupt > controller can detect wakeup capable interrupts when the SoC is in a low > power state. > > Signed-off-by: Lina Iyer <ilina@codeaurora.org> > --- Reviewed-by: Stephen Boyd <swboyd@chromium.org>
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index c9a867a..8d8d4d5 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -749,6 +749,7 @@ CONFIG_ARCH_R8A77970=y CONFIG_ARCH_R8A77980=y CONFIG_ARCH_R8A77990=y CONFIG_ARCH_R8A77995=y +CONFIG_QCOM_PDC=y CONFIG_ROCKCHIP_PM_DOMAINS=y CONFIG_ARCH_TEGRA_132_SOC=y CONFIG_ARCH_TEGRA_210_SOC=y
Enable PDC interrupt controller for SDM845 devices. The interrupt controller can detect wakeup capable interrupts when the SoC is in a low power state. Signed-off-by: Lina Iyer <ilina@codeaurora.org> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)