[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1175758090.17315.50.camel@roc-desktop>
Date: Thu, 05 Apr 2007 15:28:10 +0800
From: "Wu, Bryan" <bryan.wu@...log.com>
To: Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org
Subject: [PATCH] blackfin arch: 0.4 and 0.5 silicon doesnt exist for BF534,
BF536 adn BF537 so dont let people select the option
Signed-off-by: Bryan Wu <bryan.wu@...log.com>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists