diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-07-16 05:37:50 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-07-16 05:37:50 +0000 |
commit | 13700242bb6598e218042764fbaedfcad59569ce (patch) | |
tree | 887190b599bd24a891e1fd567189ddb7afd8e373 | |
parent | b70ced7eab19e15d0603e6f02e1098524b132407 (diff) | |
download | upstream-13700242bb6598e218042764fbaedfcad59569ce.tar.gz upstream-13700242bb6598e218042764fbaedfcad59569ce.tar.bz2 upstream-13700242bb6598e218042764fbaedfcad59569ce.zip |
ixp4xx/fsg3: Enabled the Winbond W83782D sensor for Freecom FSG-3 temperature sensing and fan control
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7998 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/ixp4xx-2.6/config/default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ixp4xx-2.6/config/default b/target/linux/ixp4xx-2.6/config/default index de04c9028b..095dbb8cb7 100644 --- a/target/linux/ixp4xx-2.6/config/default +++ b/target/linux/ixp4xx-2.6/config/default @@ -437,7 +437,7 @@ CONFIG_SENSORS_EEPROM=y # CONFIG_SENSORS_VT8231 is not set # CONFIG_SENSORS_W83627EHF is not set # CONFIG_SENSORS_W83627HF is not set -# CONFIG_SENSORS_W83781D is not set +CONFIG_SENSORS_W83781D=y # CONFIG_SENSORS_W83791D is not set # CONFIG_SENSORS_W83792D is not set # CONFIG_SENSORS_W83793 is not set |