aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2007-09-26 00:01:41 -0400
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2007-09-26 00:01:41 -0400
commit3fdbc340876572e8b467d199946b7b475cb9cd75 (patch)
treecc305d68ddf98c028d2e9a032580743b02414cf5 /drivers/hwmon/Kconfig
parentd5cf2b99dac2e3ff17c7a80fcc71e538b38a3c75 (diff)
HWMON: ams - convert to use input-polldev
Switch to using input-polldev skeleton instead of implementing polling loop by itself. Signed-off-by: Dmitry Torokhov <dtor@mail.ru> Acked-by: Michael Hanselmann <linux-kernel@hansmi.ch>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index f0ab2acea1bb..99c82b1af8c9 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -131,6 +131,7 @@ config SENSORS_K8TEMP
131config SENSORS_AMS 131config SENSORS_AMS
132 tristate "Apple Motion Sensor driver" 132 tristate "Apple Motion Sensor driver"
133 depends on PPC_PMAC && !PPC64 && INPUT && ((ADB_PMU && I2C = y) || (ADB_PMU && !I2C) || I2C) && EXPERIMENTAL 133 depends on PPC_PMAC && !PPC64 && INPUT && ((ADB_PMU && I2C = y) || (ADB_PMU && !I2C) || I2C) && EXPERIMENTAL
134 select INPUT_POLLDEV
134 help 135 help
135 Support for the motion sensor included in PowerBooks. Includes 136 Support for the motion sensor included in PowerBooks. Includes
136 implementations for PMU and I2C. 137 implementations for PMU and I2C.