Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113757
b: refs/heads/master
c: 49f7253
h: refs/heads/master
i:
  113755: ffbd756
v: v3
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Oct 9, 2008
1 parent 2fd311b commit 1ff0d1c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 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: 46ce0d9a361b7b3de9a1c8dce1f2b636e395ab9e
refs/heads/master: 49f7253cc9a5002c3f2aef4ab96df62204ac7052
6 changes: 5 additions & 1 deletion trunk/arch/blackfin/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ config BF_REV_0_1

config BF_REV_0_2
bool "0.2"
depends on (BF537 || BF536 || BF534)
depends on (BF52x || BF537 || BF536 || BF534 || BF54x)

config BF_REV_0_3
bool "0.3"
Expand All @@ -196,6 +196,10 @@ config BF_REV_0_5
bool "0.5"
depends on (BF561 || BF533 || BF532 || BF531)

config BF_REV_0_6
bool "0.6"
depends on (BF533 || BF532 || BF531)

config BF_REV_ANY
bool "any"

Expand Down
1 change: 1 addition & 0 deletions trunk/arch/blackfin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ rev-$(CONFIG_BF_REV_0_2) := 0.2
rev-$(CONFIG_BF_REV_0_3) := 0.3
rev-$(CONFIG_BF_REV_0_4) := 0.4
rev-$(CONFIG_BF_REV_0_5) := 0.5
rev-$(CONFIG_BF_REV_0_6) := 0.6
rev-$(CONFIG_BF_REV_NONE) := none
rev-$(CONFIG_BF_REV_ANY) := any

Expand Down

0 comments on commit 1ff0d1c

Please sign in to comment.