diff options
author | John Crispin <john@openwrt.org> | 2013-11-18 09:35:23 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-11-18 09:35:23 +0000 |
commit | f307b35c8bcad691dbefb316105117addec9dbef (patch) | |
tree | d4baefd920266bf5be07c89dcc8c4e5a493fdfc9 /target/linux/ramips/mt7620a | |
parent | 9d4eb0ac917d38b54d11067cf5af0ca1b026ecb4 (diff) | |
download | upstream-f307b35c8bcad691dbefb316105117addec9dbef.tar.gz upstream-f307b35c8bcad691dbefb316105117addec9dbef.tar.bz2 upstream-f307b35c8bcad691dbefb316105117addec9dbef.zip |
ralink: add mt7620 nand driver
This is a minor rework of the SDK driver. This driver needs a full rewrite.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38846
Diffstat (limited to 'target/linux/ramips/mt7620a')
-rw-r--r-- | target/linux/ramips/mt7620a/config-3.10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/mt7620a/config-3.10 b/target/linux/ramips/mt7620a/config-3.10 index 62195bd198..21d5be1d52 100644 --- a/target/linux/ramips/mt7620a/config-3.10 +++ b/target/linux/ramips/mt7620a/config-3.10 @@ -96,6 +96,7 @@ CONFIG_MODULES_USE_ELF_REL=y # CONFIG_MTD_CFI_INTELEXT is not set CONFIG_MTD_CMDLINE_PARTS=y CONFIG_MTD_M25P80=y +CONFIG_MTD_NAND_MT7620=y CONFIG_MTD_OF_PARTS=y CONFIG_MTD_PHYSMAP=y CONFIG_MTD_PHYSMAP_OF=y |