aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/Kconfig
diff options
context:
space:
mode:
authorMike Frysinger <vapier.adi@gmail.com>2008-04-22 22:14:14 -0400
committerBryan Wu <cooloney@kernel.org>2008-04-22 22:14:14 -0400
commit2973951c96723433d80f43a450ba932e8b267d89 (patch)
treef42ae00f01f6980d6198a5a2438efb0731c39eab /arch/blackfin/Kconfig
parent1bee1a660ab42b33cbd39275de3dfdec3c62cee6 (diff)
[Blackfin] arch: we no longer use BFIN_{SINGLE,DUAL}_CORE in our source
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r--arch/blackfin/Kconfig10
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
223config BFIN_DUAL_CORE
224 bool
225 depends on (BF561)
226 default y
227
228config BFIN_SINGLE_CORE
229 bool
230 depends on !BFIN_DUAL_CORE
231 default y
232
233config MEM_GENERIC_BOARD 223config MEM_GENERIC_BOARD
234 bool 224 bool
235 depends on GENERIC_BOARD 225 depends on GENERIC_BOARD