diff options
author | Jussi Kivilinna <jussi.kivilinna@iki.fi> | 2013-08-06 15:03:29 +0300 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2013-08-30 21:51:57 +0100 |
commit | ebc6e4b6525872498fb01f5ad9c29a81b9d49831 (patch) | |
tree | 53ce9e9b5a94c92b47372dd10f9bd9fc2babc0ea /drivers/mtd/nand/Kconfig | |
parent | b2ac0376107b9350fbaf5abd94d33c4a07aa86c0 (diff) | |
download | op-kernel-dev-ebc6e4b6525872498fb01f5ad9c29a81b9d49831.zip op-kernel-dev-ebc6e4b6525872498fb01f5ad9c29a81b9d49831.tar.gz |
mtd: remove alauda driver
The driver has very low utility. Devices in question are limited to
about 400kB/s and the only known user (me) discarded the hardware
several years back.
Signed-off-by: Joern Engel <joern@logfs.org>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r-- | drivers/mtd/nand/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index e28021c..d885298 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -433,13 +433,6 @@ config MTD_NAND_PLATFORM devices. You will need to provide platform-specific functions via platform_data. -config MTD_ALAUDA - tristate "MTD driver for Olympus MAUSB-10 and Fujifilm DPC-R1" - depends on USB - help - These two (and possibly other) Alauda-based cardreaders for - SmartMedia and xD allow raw flash access. - config MTD_NAND_ORION tristate "NAND Flash support for Marvell Orion SoC" depends on PLAT_ORION |