diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-04-29 20:06:03 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-04-29 20:06:03 +0000 |
commit | a9c19c6e49dd9fbc2d2d1b49aeb1fea6344db5cd (patch) | |
tree | ce14f1563f0d08dd258fcba480ee0498fa6f6d0b /target | |
parent | ec5f168c668d93cbbe841fc8a6c11b53b33c2649 (diff) | |
download | upstream-a9c19c6e49dd9fbc2d2d1b49aeb1fea6344db5cd.tar.gz upstream-a9c19c6e49dd9fbc2d2d1b49aeb1fea6344db5cd.tar.bz2 upstream-a9c19c6e49dd9fbc2d2d1b49aeb1fea6344db5cd.zip |
compile the AD7418 driver into the kernel
SVN-Revision: 10983
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ixp4xx/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ixp4xx/config-default b/target/linux/ixp4xx/config-default index e73e947290..12905947f2 100644 --- a/target/linux/ixp4xx/config-default +++ b/target/linux/ixp4xx/config-default @@ -403,6 +403,7 @@ CONFIG_RWSEM_GENERIC_SPINLOCK=y # CONFIG_SENSORS_ADM1029 is not set # CONFIG_SENSORS_ADM1031 is not set # CONFIG_SENSORS_ADM9240 is not set +CONFIG_SENSORS_AD7418=y # CONFIG_SENSORS_ADT7470 is not set # CONFIG_SENSORS_ASB100 is not set # CONFIG_SENSORS_ATXP1 is not set |