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 | 8c2664410759f00bb63736db523d8db1d48fce59 (patch) | |
tree | 563182b88f9ca8f00b1ee32673fd1a94044e650f /target/linux/ixp4xx/config-2.6.27 | |
parent | 6b2e0929a02821039584afb0dffd7d690cd61047 (diff) | |
download | upstream-8c2664410759f00bb63736db523d8db1d48fce59.tar.gz upstream-8c2664410759f00bb63736db523d8db1d48fce59.tar.bz2 upstream-8c2664410759f00bb63736db523d8db1d48fce59.zip |
migrate gateworks board support to the new at24 eeprom driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13450 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |