diff options
author | James Maki <jmaki@multitech.com> | 2010-10-18 08:41:53 -0500 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2010-12-17 10:10:35 -0600 |
commit | 370108a0cd536a8bf36e87fab523c6eaa2b9f7d0 (patch) | |
tree | 20c71491b390b05972a8f525e574368617533e84 | |
parent | f03038b5ade9785b0fbeedf9b0cd5863bfbde963 (diff) |
add spi eeprom and flash driver to defconfig for 2.6.32.3 builds
-rw-r--r-- | recipes/linux/linux-2.6.32/mtcdp/defconfig | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes/linux/linux-2.6.32/mtcdp/defconfig b/recipes/linux/linux-2.6.32/mtcdp/defconfig index 8af56c65a5..06207e23ea 100644 --- a/recipes/linux/linux-2.6.32/mtcdp/defconfig +++ b/recipes/linux/linux-2.6.32/mtcdp/defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.32.3 -# Thu Sep 2 13:54:38 2010 +# Tue Oct 12 09:57:09 2010 # CONFIG_ARM=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y @@ -598,7 +598,8 @@ CONFIG_MTD_CFI_I2=y CONFIG_MTD_DATAFLASH=y # CONFIG_MTD_DATAFLASH_WRITE_VERIFY is not set # CONFIG_MTD_DATAFLASH_OTP is not set -# CONFIG_MTD_M25P80 is not set +CONFIG_MTD_M25P80=y +# CONFIG_M25PXX_USE_FAST_READ is not set # CONFIG_MTD_SST25L is not set # CONFIG_MTD_SLRAM is not set # CONFIG_MTD_PHRAM is not set @@ -664,7 +665,7 @@ CONFIG_ATMEL_SSC=y # EEPROM support # CONFIG_EEPROM_AT24=y -# CONFIG_EEPROM_AT25 is not set +CONFIG_EEPROM_AT25=y # CONFIG_EEPROM_LEGACY is not set # CONFIG_EEPROM_MAX6875 is not set # CONFIG_EEPROM_93CX6 is not set |