diff options
author | John Crispin <blogic@openwrt.org> | 2013-11-18 09:35:23 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-11-18 09:35:23 +0000 |
commit | 1ee67c6cada549113953a6cf94bbabbab8f1a3b0 (patch) | |
tree | 99dcc000069d38f6eb84a615c34b7b220d394d83 /target/linux/ramips/mt7620a | |
parent | bea0072a6948e816731f6f1f6bd5143b4ada729a (diff) | |
download | upstream-1ee67c6cada549113953a6cf94bbabbab8f1a3b0.tar.gz upstream-1ee67c6cada549113953a6cf94bbabbab8f1a3b0.tar.bz2 upstream-1ee67c6cada549113953a6cf94bbabbab8f1a3b0.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38846 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |