From: Mike Frysinger Date: Thu, 15 Nov 2007 07:49:17 +0000 (+0800) Subject: Blackfin arch: fix silicon rev display and selection for BF52x/BF54x X-Git-Tag: v2.6.24-rc4~95^2~47 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=d07f4380313f3b15eb05797ddfb9a57419178846;p=~emulex%2Finfiniband.git Blackfin arch: fix silicon rev display and selection for BF52x/BF54x Signed-off-by: Mike Frysinger Signed-off-by: Bryan Wu --- diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index baa55da5fa5..f530886362a 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig @@ -166,11 +166,11 @@ choice config BF_REV_0_0 bool "0.0" - depends on (BF549 || BF527) + depends on (BF52x || BF54x) config BF_REV_0_1 - bool "0.2" - depends on (BF549 || BF527) + bool "0.1" + depends on (BF52x || BF54x) config BF_REV_0_2 bool "0.2"