diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-09-27 15:02:41 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-09-27 15:02:41 +0000 |
commit | e5497d65d97b37092efaf47979eb6e088f70f5c5 (patch) | |
tree | c5bbbf060bb1ac58a910d5da6b328ba4d6efb1e5 /target/linux/rb532/config-2.6.22 | |
parent | e1ad9ef27007ee75fb8996784f9d593e35843ac7 (diff) | |
download | upstream-e5497d65d97b37092efaf47979eb6e088f70f5c5.tar.gz upstream-e5497d65d97b37092efaf47979eb6e088f70f5c5.tar.bz2 upstream-e5497d65d97b37092efaf47979eb6e088f70f5c5.zip |
Use the generic NAND driver
SVN-Revision: 9049
Diffstat (limited to 'target/linux/rb532/config-2.6.22')
-rw-r--r-- | target/linux/rb532/config-2.6.22 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/rb532/config-2.6.22 b/target/linux/rb532/config-2.6.22 index bc62b7787c..d8d2de3e2c 100644 --- a/target/linux/rb532/config-2.6.22 +++ b/target/linux/rb532/config-2.6.22 @@ -115,8 +115,8 @@ CONFIG_MTD_NAND=y CONFIG_MTD_NAND_IDS=y # CONFIG_MTD_NAND_MUSEUM_IDS is not set # CONFIG_MTD_NAND_NANDSIM is not set -# CONFIG_MTD_NAND_PLATFORM is not set -CONFIG_MTD_NAND_RB500=y +CONFIG_MTD_NAND_PLATFORM=y +# CONFIG_MTD_NAND_RB500 is not set CONFIG_MTD_NAND_VERIFY_WRITE=y # CONFIG_MTD_ONENAND is not set CONFIG_MTD_PARTITIONS=y |