diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-11-30 18:12:21 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-11-30 18:12:21 +0000 |
commit | 083320dbe2b4027dc4e6bbd9a14aa87d76c8a2bb (patch) | |
tree | e708f177f70ceb6a72e1536886792868cb91a7cf /target/linux/ixp4xx/config-2.6.27 | |
parent | 7801e8d2bc61d9e8efc30b3f4f7440eb878fabeb (diff) | |
download | upstream-083320dbe2b4027dc4e6bbd9a14aa87d76c8a2bb.tar.gz upstream-083320dbe2b4027dc4e6bbd9a14aa87d76c8a2bb.tar.bz2 upstream-083320dbe2b4027dc4e6bbd9a14aa87d76c8a2bb.zip |
migrate gateworks board support to the new at24 eeprom driver
SVN-Revision: 13450
Diffstat (limited to 'target/linux/ixp4xx/config-2.6.27')
-rw-r--r-- | target/linux/ixp4xx/config-2.6.27 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ixp4xx/config-2.6.27 b/target/linux/ixp4xx/config-2.6.27 index a73f35faae..faf24a3e6b 100644 --- a/target/linux/ixp4xx/config-2.6.27 +++ b/target/linux/ixp4xx/config-2.6.27 @@ -55,7 +55,7 @@ CONFIG_ARM=y # CONFIG_ARM_THUMB is not set # CONFIG_ARPD is not set # CONFIG_ARTHUR is not set -# CONFIG_AT24 is not set +CONFIG_AT24=y CONFIG_ATA=m # CONFIG_ATA_NONSTANDARD is not set # CONFIG_ATA_PIIX is not set @@ -297,7 +297,7 @@ CONFIG_RWSEM_GENERIC_SPINLOCK=y CONFIG_SCSI_WAIT_SCAN=m # CONFIG_SENSORS_AD7414 is not set CONFIG_SENSORS_AD7418=y -CONFIG_SENSORS_EEPROM=y +# CONFIG_SENSORS_EEPROM is not set CONFIG_SENSORS_MAX6650=y # CONFIG_SENSORS_PC87360 is not set CONFIG_SENSORS_W83781D=y |