From 1ff0d1cc904c74707578fffdbc99aba128c6e150 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 9 Oct 2008 12:06:27 +0800 Subject: [PATCH] --- yaml --- r: 113757 b: refs/heads/master c: 49f7253cc9a5002c3f2aef4ab96df62204ac7052 h: refs/heads/master i: 113755: ffbd756355b574058fcf8d647ad435ed059add76 v: v3 --- [refs] | 2 +- trunk/arch/blackfin/Kconfig | 6 +++++- trunk/arch/blackfin/Makefile | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 5d995ca1febd..df009d706612 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 46ce0d9a361b7b3de9a1c8dce1f2b636e395ab9e +refs/heads/master: 49f7253cc9a5002c3f2aef4ab96df62204ac7052 diff --git a/trunk/arch/blackfin/Kconfig b/trunk/arch/blackfin/Kconfig index b5027f575e02..554ac5827c1d 100644 --- a/trunk/arch/blackfin/Kconfig +++ b/trunk/arch/blackfin/Kconfig @@ -182,7 +182,7 @@ config BF_REV_0_1 config BF_REV_0_2 bool "0.2" - depends on (BF537 || BF536 || BF534) + depends on (BF52x || BF537 || BF536 || BF534 || BF54x) config BF_REV_0_3 bool "0.3" @@ -196,6 +196,10 @@ config BF_REV_0_5 bool "0.5" depends on (BF561 || BF533 || BF532 || BF531) +config BF_REV_0_6 + bool "0.6" + depends on (BF533 || BF532 || BF531) + config BF_REV_ANY bool "any" diff --git a/trunk/arch/blackfin/Makefile b/trunk/arch/blackfin/Makefile index eac0533d6e4f..6bf50977850c 100644 --- a/trunk/arch/blackfin/Makefile +++ b/trunk/arch/blackfin/Makefile @@ -67,6 +67,7 @@ rev-$(CONFIG_BF_REV_0_2) := 0.2 rev-$(CONFIG_BF_REV_0_3) := 0.3 rev-$(CONFIG_BF_REV_0_4) := 0.4 rev-$(CONFIG_BF_REV_0_5) := 0.5 +rev-$(CONFIG_BF_REV_0_6) := 0.6 rev-$(CONFIG_BF_REV_NONE) := none rev-$(CONFIG_BF_REV_ANY) := any