aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices/Makefile
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2012-09-17 11:50:49 +0200
committerDavid Woodhouse <David.Woodhouse@intel.com>2012-09-29 15:39:12 +0100
commit5fe42d5bf2deac62bf2a532b30deacc007805b91 (patch)
tree132adb87be3fb0437fbca0a4a4afa32888f77ac7 /drivers/mtd/devices/Makefile
parentMerge commit '371a00448f95adaa612cf1a0b31a11e7093bc706' of 'git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git' (diff)
downloadlinux-dev-5fe42d5bf2deac62bf2a532b30deacc007805b91.tar.xz
linux-dev-5fe42d5bf2deac62bf2a532b30deacc007805b91.zip
mtd: basic (read only) driver for BCMA serial flash
This registers MTD driver for serial flash platform device. Right now it supports reading only, writing still has to be implemented. Artem: minor amendments. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
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 a4dd1d822b6c..395733a30ef4 100644
--- a/drivers/mtd/devices/Makefile
+++ b/drivers/mtd/devices/Makefile
@@ -19,5 +19,6 @@ obj-$(CONFIG_MTD_DATAFLASH) += mtd_dataflash.o
obj-$(CONFIG_MTD_M25P80) += m25p80.o
obj-$(CONFIG_MTD_SPEAR_SMI) += spear_smi.o
obj-$(CONFIG_MTD_SST25L) += sst25l.o
+obj-$(CONFIG_MTD_BCM47XXSFLASH) += bcm47xxsflash.o
CFLAGS_docg3.o += -I$(src) \ No newline at end of file