diff options
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r-- | arch/blackfin/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index 1fad8560c7af..d98bafcaca59 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig | |||
@@ -142,6 +142,12 @@ config BF_REV_0_5 | |||
142 | bool "0.5" | 142 | bool "0.5" |
143 | depends on (BF561 || BF533 || BF532 || BF531) | 143 | depends on (BF561 || BF533 || BF532 || BF531) |
144 | 144 | ||
145 | config BF_REV_ANY | ||
146 | bool "any" | ||
147 | |||
148 | config BF_REV_NONE | ||
149 | bool "none" | ||
150 | |||
145 | endchoice | 151 | endchoice |
146 | 152 | ||
147 | config BFIN_DUAL_CORE | 153 | config BFIN_DUAL_CORE |