summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices/Makefile
diff options
context:
space:
mode:
authorDavid Brownell2006-01-08 22:34:22 +0100
committerGreg Kroah-Hartman2006-01-14 01:29:54 +0100
commit1d6432fe10c3e724e307dd7137cd293a0edcae80 (patch)
treee32ba2eaecff99b2b86455ed2df8365b082cd396 /drivers/mtd/devices/Makefile
parent[PATCH] spi: ads7846 driver (diff)
downloadkernel-qcow2-linux-1d6432fe10c3e724e307dd7137cd293a0edcae80.tar.gz
kernel-qcow2-linux-1d6432fe10c3e724e307dd7137cd293a0edcae80.tar.xz
kernel-qcow2-linux-1d6432fe10c3e724e307dd7137cd293a0edcae80.zip
[PATCH] spi: mtd dataflash driver
This is a conversion of the AT91rm9200 DataFlash MTD driver to use the lightweight SPI framework, and no longer be AT91-specific. It compiles down to less than 3KBytes on ARM. The driver allows board-specific init code to provide platform_data with the relevant MTD partitioning information, and hotplugs. This version has been lightly tested. Its parent at91_dataflash driver has been pretty well banged on, although kernel.org JFFS2 dataflash support was acting broken the last time I tried it. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/mtd/devices/Makefile')
-rw-r--r--drivers/mtd/devices/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/devices/Makefile b/drivers/mtd/devices/Makefile
index e38db348057d..cd8d8074b5b6 100644
--- a/drivers/mtd/devices/Makefile
+++ b/drivers/mtd/devices/Makefile
@@ -23,3 +23,4 @@ obj-$(CONFIG_MTD_MTDRAM) += mtdram.o
obj-$(CONFIG_MTD_LART) += lart.o
obj-$(CONFIG_MTD_BLKMTD) += blkmtd.o
obj-$(CONFIG_MTD_BLOCK2MTD) += block2mtd.o
+obj-$(CONFIG_MTD_DATAFLASH) += mtd_dataflash.o