diff options
author | Sonic Zhang <sonic.zhang@analog.com> | 2013-06-07 04:45:12 -0400 |
---|---|---|
committer | Steven Miao <realmz6@gmail.com> | 2013-07-09 03:50:05 -0400 |
commit | 67c0b1b5580181bb4c7d8e1c43b3f9c5b98fbb0b (patch) | |
tree | 152c6811d65b76a9016afafcae63eba0e46c0731 | |
parent | 5e50175bdceefac46427c2cc6ae340a2ac045de5 (diff) |
bf609: add cpu revision 0.1
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
-rw-r--r-- | arch/blackfin/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index a117652b5fea..32226e56b0e9 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig | |||
@@ -282,7 +282,7 @@ config BF_REV_0_0 | |||
282 | 282 | ||
283 | config BF_REV_0_1 | 283 | config BF_REV_0_1 |
284 | bool "0.1" | 284 | bool "0.1" |
285 | depends on (BF51x || BF52x || (BF54x && !BF54xM)) | 285 | depends on (BF51x || BF52x || (BF54x && !BF54xM) || BF60x) |
286 | 286 | ||
287 | config BF_REV_0_2 | 287 | config BF_REV_0_2 |
288 | bool "0.2" | 288 | bool "0.2" |