diff options
author | Mike Frysinger <vapier.adi@gmail.com> | 2008-04-22 22:14:14 -0400 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2008-04-22 22:14:14 -0400 |
commit | 2973951c96723433d80f43a450ba932e8b267d89 (patch) | |
tree | f42ae00f01f6980d6198a5a2438efb0731c39eab | |
parent | 1bee1a660ab42b33cbd39275de3dfdec3c62cee6 (diff) |
[Blackfin] arch: we no longer use BFIN_{SINGLE,DUAL}_CORE in our source
Signed-off-by: Bryan Wu <cooloney@kernel.org>
-rw-r--r-- | arch/blackfin/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index add87a5f64e9..87c9a7e1e826 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig | |||
@@ -220,16 +220,6 @@ config BF54x | |||
220 | depends on (BF542 || BF544 || BF547 || BF548 || BF549) | 220 | depends on (BF542 || BF544 || BF547 || BF548 || BF549) |
221 | default y | 221 | default y |
222 | 222 | ||
223 | config BFIN_DUAL_CORE | ||
224 | bool | ||
225 | depends on (BF561) | ||
226 | default y | ||
227 | |||
228 | config BFIN_SINGLE_CORE | ||
229 | bool | ||
230 | depends on !BFIN_DUAL_CORE | ||
231 | default y | ||
232 | |||
233 | config MEM_GENERIC_BOARD | 223 | config MEM_GENERIC_BOARD |
234 | bool | 224 | bool |
235 | depends on GENERIC_BOARD | 225 | depends on GENERIC_BOARD |