summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMichael Hennerich2009-03-04 10:35:51 +0100
committerBryan Wu2009-03-04 10:35:51 +0100
commitff19fed4fe54f2f1dd439ac02969333ea9a9b4ff (patch)
tree39b1118cbbd162d5880d38a0a839b0db13d3cb0f /arch
parentBlackfin arch: PM_BFIN_WAKE_GP: update help (diff)
downloadkernel-qcow2-linux-ff19fed4fe54f2f1dd439ac02969333ea9a9b4ff.tar.gz
kernel-qcow2-linux-ff19fed4fe54f2f1dd439ac02969333ea9a9b4ff.tar.xz
kernel-qcow2-linux-ff19fed4fe54f2f1dd439ac02969333ea9a9b4ff.zip
Blackfin arch: Fix BUG - kernel fails to build in pm.c when allow wakeup fromi standby by GPIO
This feature is not available on BF54x. Signed-off-by: Michael Hennerich <michael.hennerich@analog.com> Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/blackfin/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig
index be6097163b07..0c1f86e3e44a 100644
--- a/arch/blackfin/Kconfig
+++ b/arch/blackfin/Kconfig
@@ -1129,6 +1129,7 @@ endchoice
config PM_WAKEUP_BY_GPIO
bool "Allow Wakeup from Standby by GPIO"
+ depends on PM && !BF54x
config PM_WAKEUP_GPIO_NUMBER
int "GPIO number"