From 67c0b1b5580181bb4c7d8e1c43b3f9c5b98fbb0b Mon Sep 17 00:00:00 2001 From: Sonic Zhang Date: Fri, 7 Jun 2013 16:45:12 +0800 Subject: bf609: add cpu revision 0.1 Signed-off-by: Sonic Zhang --- arch/blackfin/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/blackfin/Kconfig') 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 config BF_REV_0_1 bool "0.1" - depends on (BF51x || BF52x || (BF54x && !BF54xM)) + depends on (BF51x || BF52x || (BF54x && !BF54xM) || BF60x) config BF_REV_0_2 bool "0.2" -- cgit