diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2009-03-04 17:35:51 +0800 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2009-03-04 17:35:51 +0800 |
commit | ff19fed4fe54f2f1dd439ac02969333ea9a9b4ff (patch) | |
tree | 39b1118cbbd162d5880d38a0a839b0db13d3cb0f /arch | |
parent | 199862892e83d04a294eebad45adc40c658b8630 (diff) | |
download | linux-3.10-ff19fed4fe54f2f1dd439ac02969333ea9a9b4ff.tar.gz linux-3.10-ff19fed4fe54f2f1dd439ac02969333ea9a9b4ff.tar.bz2 linux-3.10-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/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index be6097163b0..0c1f86e3e44 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" |