summaryrefslogtreecommitdiff
path: root/arch/arm64/Kconfig.platforms
diff options
context:
space:
mode:
authorAnson Huang <Anson.Huang@nxp.com>2018-08-23 11:13:48 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:33:30 +0800
commit9140333d00ff27da34b4e5abd6cf8cf6a3a0db6c (patch)
tree67c8ec02b06480c741cfc81846956ff9b4f32063 /arch/arm64/Kconfig.platforms
parente302a6ad960e977f52dacdc063fbcaebf90b3f9e (diff)
MLK-19305-3 arm64: enable gpio PAD wakeup for i.MX8 platforms
Select gpio PAD wakeup for those i.MX8 platforms with system controller present. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Reviewed-by: Bai Ping <ping.bai@nxp.com> (cherry picked from commit 61f3cc34747e5c8db1578c8aba5bd9592533cede)
Diffstat (limited to 'arch/arm64/Kconfig.platforms')
-rw-r--r--arch/arm64/Kconfig.platforms3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 442804b1eaaa..2d944087e10a 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -273,6 +273,7 @@ config ARCH_FSL_IMX8QM
select PINCTRL_IMX8QM
select PM
select SOC_BUS
+ select GPIO_MXC_PAD_WAKEUP
help
This enables support for Freescale i.MX8QM SOC.
@@ -283,6 +284,7 @@ config ARCH_FSL_IMX8QP
select PINCTRL_IMX8QM
select PM
select SOC_BUS
+ select GPIO_MXC_PAD_WAKEUP
help
This enables support for Freescale i.MX8QP SOC.
@@ -294,6 +296,7 @@ config ARCH_FSL_IMX8QXP
select PINCTRL_IMX8QXP
select PM
select SOC_BUS
+ select GPIO_MXC_PAD_WAKEUP
help
This enables support for Freescale i.MX8QXP SOC.