projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1998628
)
Blackfin arch: Fix BUG - kernel fails to build in pm.c when allow wakeup fromi standb...
author
Michael Hennerich
<michael.hennerich@analog.com>
Wed, 4 Mar 2009 09:35:51 +0000
(17:35 +0800)
committer
Bryan Wu
<cooloney@kernel.org>
Wed, 4 Mar 2009 09:35:51 +0000
(17:35 +0800)
This feature is not available on BF54x.
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
arch/blackfin/Kconfig
patch
|
blob
|
history
diff --git
a/arch/blackfin/Kconfig
b/arch/blackfin/Kconfig
index
be60971
..
0c1f86e
100644
(file)
--- 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"