aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
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.