summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/patches-2.6.31/200-rb4xx_nand_driver.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-08-24 19:29:50 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-08-24 19:29:50 +0000
commit852451deeb3a3dec609521bf7730912ccf6b50e5 (patch)
treec9a86fcb972e1e498c84709e7f5b022689b51879 /target/linux/ar71xx/patches-2.6.31/200-rb4xx_nand_driver.patch
parent167120730bed3bcfdc7585db3f0d4a191481d15d (diff)
downloadmtk-20170518-852451deeb3a3dec609521bf7730912ccf6b50e5.zip
mtk-20170518-852451deeb3a3dec609521bf7730912ccf6b50e5.tar.gz
mtk-20170518-852451deeb3a3dec609521bf7730912ccf6b50e5.tar.bz2
add patches for 2.6.31
SVN-Revision: 17366
Diffstat (limited to 'target/linux/ar71xx/patches-2.6.31/200-rb4xx_nand_driver.patch')
-rw-r--r--target/linux/ar71xx/patches-2.6.31/200-rb4xx_nand_driver.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/target/linux/ar71xx/patches-2.6.31/200-rb4xx_nand_driver.patch b/target/linux/ar71xx/patches-2.6.31/200-rb4xx_nand_driver.patch
new file mode 100644
index 0000000..0207930
--- /dev/null
+++ b/target/linux/ar71xx/patches-2.6.31/200-rb4xx_nand_driver.patch
@@ -0,0 +1,21 @@
+--- a/drivers/mtd/nand/Kconfig
++++ b/drivers/mtd/nand/Kconfig
+@@ -452,4 +452,8 @@ config MTD_NAND_SOCRATES
+ help
+ Enables support for NAND Flash chips wired onto Socrates board.
+
++config MTD_NAND_RB4XX
++ tristate "NAND flash driver for RouterBoard 4xx series"
++ depends on MTD_NAND && ATHEROS_AR71XX
++
+ endif # MTD_NAND
+--- a/drivers/mtd/nand/Makefile
++++ b/drivers/mtd/nand/Makefile
+@@ -31,6 +31,7 @@ obj-$(CONFIG_MTD_NAND_BASLER_EXCITE) +=
+ obj-$(CONFIG_MTD_NAND_PXA3xx) += pxa3xx_nand.o
+ obj-$(CONFIG_MTD_NAND_TMIO) += tmio_nand.o
+ obj-$(CONFIG_MTD_NAND_PLATFORM) += plat_nand.o
++obj-$(CONFIG_MTD_NAND_RB4XX) += rb4xx_nand.o
+ obj-$(CONFIG_MTD_ALAUDA) += alauda.o
+ obj-$(CONFIG_MTD_NAND_PASEMI) += pasemi_nand.o
+ obj-$(CONFIG_MTD_NAND_ORION) += orion_nand.o