diff options
author | Yi Li <yi.li@analog.com> | 2008-07-19 20:53:46 +0800 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2008-07-19 20:53:46 +0800 |
commit | 7dee62ac5a3e3f5aa7cc5069fa2d32cec5117229 (patch) | |
tree | cfbd35f5cbbfff3c08352b0e12a36d4c44c23101 /arch/blackfin/Kconfig.debug | |
parent | 6546eae4fd90ab11ca7ab6d6b9e1b243d1ce5fe6 (diff) | |
download | kernel-crypto-7dee62ac5a3e3f5aa7cc5069fa2d32cec5117229.tar.gz kernel-crypto-7dee62ac5a3e3f5aa7cc5069fa2d32cec5117229.tar.xz kernel-crypto-7dee62ac5a3e3f5aa7cc5069fa2d32cec5117229.zip |
Blackfin arch: Do not need this dualcore test module in kernel.
Signed-off-by: Yi Li <yi.li@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/Kconfig.debug')
-rw-r--r-- | arch/blackfin/Kconfig.debug | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/blackfin/Kconfig.debug b/arch/blackfin/Kconfig.debug index c61bdebb997..c468624d55f 100644 --- a/arch/blackfin/Kconfig.debug +++ b/arch/blackfin/Kconfig.debug @@ -154,13 +154,6 @@ config EARLY_PRINTK all of this lives in the init section and is thrown away after the kernel boots completely. -config DUAL_CORE_TEST_MODULE - tristate "Dual Core Test Module" - depends on (BF561) - default n - help - Say Y here to build-in dual core test module for dual core test. - config CPLB_INFO bool "Display the CPLB information" help |