Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77403
b: refs/heads/master
c: 03c5732
h: refs/heads/master
i:
  77401: cda47f3
  77399: ad38da9
v: v3
  • Loading branch information
Sonic Zhang authored and Bryan Wu committed Jan 22, 2008
1 parent 64637f0 commit 8b707e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 444ad82bc3eaa554be40d22dc248e58aeefd54d9
refs/heads/master: 03c5732855300f05aac718ca770c2bb05e1fd48b
8 changes: 4 additions & 4 deletions trunk/arch/blackfin/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -923,10 +923,10 @@ endchoice
config PM_WAKEUP_SIC_IWR
hex "Wakeup Events (SIC_IWR)"
depends on PM_WAKEUP_GPIO_BY_SIC_IWR
default 0x80000000 if (BF537 || BF536 || BF534)
default 0x100000 if (BF533 || BF532 || BF531)
default 0x800000 if (BF54x)
default 0x800000 if (BF52x)
default 0x8 if (BF537 || BF536 || BF534)
default 0x80 if (BF533 || BF532 || BF531)
default 0x80 if (BF54x)
default 0x80 if (BF52x)

config PM_WAKEUP_GPIO_NUMBER
int "Wakeup GPIO number"
Expand Down

0 comments on commit 8b707e6

Please sign in to comment.