aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r--arch/blackfin/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig
index 25232ba08119..5ebcfd226ed8 100644
--- a/arch/blackfin/Kconfig
+++ b/arch/blackfin/Kconfig
@@ -951,6 +951,8 @@ config PM_WAKEUP_SIC_IWR
951 depends on PM_WAKEUP_GPIO_BY_SIC_IWR 951 depends on PM_WAKEUP_GPIO_BY_SIC_IWR
952 default 0x80000000 if (BF537 || BF536 || BF534) 952 default 0x80000000 if (BF537 || BF536 || BF534)
953 default 0x100000 if (BF533 || BF532 || BF531) 953 default 0x100000 if (BF533 || BF532 || BF531)
954 default 0x800000 if (BF549 || BF548 || BF547 || BF542)
955 default 0x800000 if (BF527 || BF524 || BF522)
954 956
955config PM_WAKEUP_GPIO_NUMBER 957config PM_WAKEUP_GPIO_NUMBER
956 int "Wakeup GPIO number" 958 int "Wakeup GPIO number"