[PATCH] blackfin arch: 0.4 and 0.5 silicon doesnt exist for BF534,BF536 adn BF537 so dont let people select the option

From: Wu, Bryan
Date: Thu Apr 05 2007 - 03:26:43 EST



Signed-off-by: Bryan Wu <bryan.wu@xxxxxxxxxx>
---
arch/blackfin/Kconfig | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig
index 88e831a..91e6804 100644
--- a/arch/blackfin/Kconfig
+++ b/arch/blackfin/Kconfig
@@ -131,11 +131,11 @@ config BF_REV_0_3

config BF_REV_0_4
bool "0.4"
- depends on (BF561 || BF537 || BF536 || BF534 || BF533 || BF532 || BF531)
+ depends on (BF561 || BF533 || BF532 || BF531)

config BF_REV_0_5
bool "0.5"
- depends on (BF561 || BF537 || BF536 || BF534 || BF533 || BF532 || BF531)
+ depends on (BF561 || BF533 || BF532 || BF531)

endchoice

--
1.5.0.5

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/