diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-24 18:08:14 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-24 18:08:14 +0000 |
commit | 05de472518d8ae3504cd132069ce29c27cb934d4 (patch) | |
tree | 6aec7f7cca1627628c736f223bd1b5a3da89a05a /target/linux/adm5120/patches-3.8/002-adm5120_flash.patch | |
parent | 3d65d0291c0b55b44fd9fa1c54ae01938ced9191 (diff) | |
download | upstream-05de472518d8ae3504cd132069ce29c27cb934d4.tar.gz upstream-05de472518d8ae3504cd132069ce29c27cb934d4.tar.bz2 upstream-05de472518d8ae3504cd132069ce29c27cb934d4.zip |
adm5120: add support for 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35769
Diffstat (limited to 'target/linux/adm5120/patches-3.8/002-adm5120_flash.patch')
-rw-r--r-- | target/linux/adm5120/patches-3.8/002-adm5120_flash.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/target/linux/adm5120/patches-3.8/002-adm5120_flash.patch b/target/linux/adm5120/patches-3.8/002-adm5120_flash.patch new file mode 100644 index 0000000000..9daeab8836 --- /dev/null +++ b/target/linux/adm5120/patches-3.8/002-adm5120_flash.patch @@ -0,0 +1,21 @@ +--- a/drivers/mtd/maps/Kconfig ++++ b/drivers/mtd/maps/Kconfig +@@ -501,4 +501,8 @@ config MTD_LATCH_ADDR + + If compiled as a module, it will be called latch-addr-flash. + ++config MTD_ADM5120 ++ tristate "Map driver for ADM5120 based boards" ++ depends on ADM5120 ++ + endmenu +--- a/drivers/mtd/maps/Makefile ++++ b/drivers/mtd/maps/Makefile +@@ -37,6 +37,7 @@ obj-$(CONFIG_MTD_SCx200_DOCFLASH)+= scx2 + obj-$(CONFIG_MTD_DBOX2) += dbox2-flash.o + obj-$(CONFIG_MTD_SOLUTIONENGINE)+= solutionengine.o + obj-$(CONFIG_MTD_PCI) += pci.o ++obj-$(CONFIG_MTD_ADM5120) += adm5120-flash.o + obj-$(CONFIG_MTD_AUTCPU12) += autcpu12-nvram.o + obj-$(CONFIG_MTD_IMPA7) += impa7.o + obj-$(CONFIG_MTD_UCLINUX) += uclinux.o |