diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2007-06-30 15:06:38 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2007-06-30 15:06:38 +0000 |
commit | 9679dfcc6296595027b7acfb8709ed63e82f2a72 (patch) | |
tree | 2c0b84d18273bd3a0aa61e141022fe566b591849 /target/linux/adm5120-2.6/patches/500-Nand.patch | |
parent | 15a3d260fe9cd40f75c4d49f7daa11dde16753af (diff) | |
download | upstream-9679dfcc6296595027b7acfb8709ed63e82f2a72.tar.gz upstream-9679dfcc6296595027b7acfb8709ed63e82f2a72.tar.bz2 upstream-9679dfcc6296595027b7acfb8709ed63e82f2a72.zip |
restore old patches for 2.6.21.5 kernel
SVN-Revision: 7798
Diffstat (limited to 'target/linux/adm5120-2.6/patches/500-Nand.patch')
-rw-r--r-- | target/linux/adm5120-2.6/patches/500-Nand.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/target/linux/adm5120-2.6/patches/500-Nand.patch b/target/linux/adm5120-2.6/patches/500-Nand.patch new file mode 100644 index 0000000000..05beb20241 --- /dev/null +++ b/target/linux/adm5120-2.6/patches/500-Nand.patch @@ -0,0 +1,29 @@ +diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig +index cfe288a..c528024 100644 +--- a/drivers/mtd/nand/Kconfig ++++ b/drivers/mtd/nand/Kconfig +@@ -55,6 +55,12 @@ config MTD_NAND_TOTO + help + Support for NAND flash on Texas Instruments Toto platform. + ++config MTD_NAND_RB100 ++ tristate "NAND Flash device on RB100 board" ++ depends on MTD_NAND ++ help ++ Support for NAND flash on RB100 platform. ++ + config MTD_NAND_IDS + tristate + +diff --git a/drivers/mtd/nand/Makefile b/drivers/mtd/nand/Makefile +index 4174202..2be57c1 100644 +--- a/drivers/mtd/nand/Makefile ++++ b/drivers/mtd/nand/Makefile +@@ -8,6 +8,7 @@ obj-$(CONFIG_MTD_NAND_IDS) += nand_ids. + + obj-$(CONFIG_MTD_NAND_SPIA) += spia.o + obj-$(CONFIG_MTD_NAND_TOTO) += toto.o ++obj-$(CONFIG_MTD_NAND_RB100) += rbmipsnand.o + obj-$(CONFIG_MTD_NAND_AUTCPU12) += autcpu12.o + obj-$(CONFIG_MTD_NAND_EDB7312) += edb7312.o + obj-$(CONFIG_MTD_NAND_AU1550) += au1550nd.o |