diff options
author | James Maki <jmaki@multitech.com> | 2010-10-18 08:41:53 -0500 |
---|---|---|
committer | James Maki <jmaki@multitech.com> | 2010-10-18 08:41:53 -0500 |
commit | c1a044fc01b2849931a56d360b7a3c530019d61b (patch) | |
tree | 59a5b264f361fd686cbeb8479e1b34e67b87e2d7 | |
parent | c3e4119f433cc6216b99c5112a189cc1673d9608 (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 |