diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-04-03 07:42:10 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-04-03 07:42:10 +0000 |
commit | 010e8f8f789e98c0d72e80d832770ee2701bebd2 (patch) | |
tree | 313fd1193f522f5061202e6e537d6f7749468884 /target/linux | |
parent | d04398f5cc3a088251a47fc734b12cfd194e00a7 (diff) | |
download | upstream-010e8f8f789e98c0d72e80d832770ee2701bebd2.tar.gz upstream-010e8f8f789e98c0d72e80d832770ee2701bebd2.tar.bz2 upstream-010e8f8f789e98c0d72e80d832770ee2701bebd2.zip |
enable OTP support for IXP4xx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6846 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ixp4xx-2.6/config/default | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/target/linux/ixp4xx-2.6/config/default b/target/linux/ixp4xx-2.6/config/default index 15c3bfb53e..d8f83d8457 100644 --- a/target/linux/ixp4xx-2.6/config/default +++ b/target/linux/ixp4xx-2.6/config/default @@ -231,13 +231,17 @@ CONFIG_MTD=y CONFIG_MTD_BLOCK=y # CONFIG_MTD_BLOCK2MTD is not set CONFIG_MTD_CFI=y -# CONFIG_MTD_CFI_ADV_OPTIONS is not set +CONFIG_MTD_CFI_ADV_OPTIONS=y # CONFIG_MTD_CFI_AMDSTD is not set +# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set +CONFIG_MTD_CFI_GEOMETRY=n CONFIG_MTD_CFI_I1=y CONFIG_MTD_CFI_I2=y # CONFIG_MTD_CFI_I4 is not set # CONFIG_MTD_CFI_I8 is not set CONFIG_MTD_CFI_INTELEXT=y +# CONFIG_MTD_CFI_LE_BYTE_SWAP is not set +CONFIG_MTD_CFI_NOSWAP=y # CONFIG_MTD_CFI_STAA is not set CONFIG_MTD_CFI_UTIL=y CONFIG_MTD_CHAR=y @@ -261,6 +265,7 @@ CONFIG_MTD_MAP_BANK_WIDTH_4=y # CONFIG_MTD_NAND is not set # CONFIG_MTD_OBSOLETE_CHIPS is not set # CONFIG_MTD_ONENAND is not set +CONFIG_MTD_OTP=y CONFIG_MTD_PARTITIONS=y # CONFIG_MTD_PCI is not set # CONFIG_MTD_PHRAM is not set |