diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2013-04-08 17:51:13 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-05-08 01:19:06 +0200 |
commit | 59b435d1ad48ac244058845e18586eb5719f7f99 (patch) | |
tree | f1c94314ef37e9410dcf17a3584b3167c7a4237c /arch/mips/Kconfig | |
parent | be0c9bd4987d59d9425af53fa004d304197dc7f9 (diff) | |
download | op-kernel-dev-59b435d1ad48ac244058845e18586eb5719f7f99.zip op-kernel-dev-59b435d1ad48ac244058845e18586eb5719f7f99.tar.gz |
MIPS: Kconfig: remove "config MIPS_DISABLE_OBSOLETE_IDE"
The Kconfig symbol MIPS_DISABLE_OBSOLETE_IDE was added in v2.6.10. It
has never been used. Let's remove it.
The symbol was originally introduced by the following commit
commit 2bfa662b64a7ee593f3039c1d3fd81a7766a63cd
Author: Pete Popov <ppopov@embeddedalley.com>
Date: Tue Oct 12 06:24:19 2004 +0000
- Db1550 bug fixes
- updated defconfig
- updated Kconfig to use DMA_COHERENT since new silicon is coherent
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Patchwork: http://patchwork.linux-mips.org/patch/5064/
Acked-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 7b38bf8..27a4bfa 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -981,9 +981,6 @@ config MIPS_MSC config MIPS_NILE4 bool -config MIPS_DISABLE_OBSOLETE_IDE - bool - config SYNC_R4K bool |