diff options
author | Mike Frysinger <vapier.adi@gmail.com> | 2008-04-23 10:14:14 +0800 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2008-04-23 10:14:14 +0800 |
commit | 2973951c96723433d80f43a450ba932e8b267d89 (patch) | |
tree | f42ae00f01f6980d6198a5a2438efb0731c39eab /arch/blackfin/Kconfig | |
parent | 1bee1a660ab42b33cbd39275de3dfdec3c62cee6 (diff) | |
download | op-kernel-dev-2973951c96723433d80f43a450ba932e8b267d89.zip op-kernel-dev-2973951c96723433d80f43a450ba932e8b267d89.tar.gz |
[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/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index add87a5..87c9a7e 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig @@ -220,16 +220,6 @@ config BF54x depends on (BF542 || BF544 || BF547 || BF548 || BF549) default y -config BFIN_DUAL_CORE - bool - depends on (BF561) - default y - -config BFIN_SINGLE_CORE - bool - depends on !BFIN_DUAL_CORE - default y - config MEM_GENERIC_BOARD bool depends on GENERIC_BOARD |