Skip to content

Commit ebc6e4b

Browse files
jkivilinDavid Woodhouse
authored andcommitted
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>
1 parent b2ac037 commit ebc6e4b

File tree

3 files changed

+0
-731
lines changed

3 files changed

+0
-731
lines changed

drivers/mtd/nand/Kconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -433,13 +433,6 @@ config MTD_NAND_PLATFORM
433433
devices. You will need to provide platform-specific functions
434434
via platform_data.
435435

436-
config MTD_ALAUDA
437-
tristate "MTD driver for Olympus MAUSB-10 and Fujifilm DPC-R1"
438-
depends on USB
439-
help
440-
These two (and possibly other) Alauda-based cardreaders for
441-
SmartMedia and xD allow raw flash access.
442-
443436
config MTD_NAND_ORION
444437
tristate "NAND Flash support for Marvell Orion SoC"
445438
depends on PLAT_ORION

drivers/mtd/nand/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ obj-$(CONFIG_MTD_NAND_CM_X270) += cmx270_nand.o
3131
obj-$(CONFIG_MTD_NAND_PXA3xx) += pxa3xx_nand.o
3232
obj-$(CONFIG_MTD_NAND_TMIO) += tmio_nand.o
3333
obj-$(CONFIG_MTD_NAND_PLATFORM) += plat_nand.o
34-
obj-$(CONFIG_MTD_ALAUDA) += alauda.o
3534
obj-$(CONFIG_MTD_NAND_PASEMI) += pasemi_nand.o
3635
obj-$(CONFIG_MTD_NAND_ORION) += orion_nand.o
3736
obj-$(CONFIG_MTD_NAND_FSL_ELBC) += fsl_elbc_nand.o

0 commit comments

Comments
 (0)