mirror of https://gitee.com/openkylin/linux.git
arm64: defconfig: enable PDC interrupt controller for Qualcomm SDM845
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> Link: https://lore.kernel.org/r/1573855915-9841-13-git-send-email-ilina@codeaurora.org Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
parent
f27dbbda59
commit
c7b20ce5b4
|
@ -757,6 +757,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
|
||||
|
|
Loading…
Reference in New Issue