summaryrefslogtreecommitdiff
path: root/drivers/misc/Kconfig
diff options
context:
space:
mode:
authorGreg Meiste <w30289@motorola.com>2010-11-16 13:33:06 -0600
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:36:52 -0800
commitce469d64ab8b55799ec55c64954dcf64ef6ddb3d (patch)
tree0d51320666bd103cbc0c64cb44248f5ddff29d78 /drivers/misc/Kconfig
parent865349cf07c4829719f59c75c5c194569dec4cf2 (diff)
misc: Initial NCT1008 driver
Initial version of the NCT1008 driver to turn off the sensor when the device is suspended. This improves standby current drain. Change-Id: Ia64613c33c0052434d5e304c434605611e5ef789 Signed-off-by: Greg Meiste <w30289@motorola.com>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r--drivers/misc/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 8563e9ab148b..eedf35a22f5f 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -392,6 +392,14 @@ config HMC6352
This driver provides support for the Honeywell HMC6352 compass,
providing configuration and heading data via sysfs.
+config SENSORS_NCT1008
+ tristate "ON Semiconductor Temperature Sensor"
+ default n
+ depends on I2C
+ help
+ Say yes here if you wish to include the ON Semiconductor
+ NCT1008 Temperature sensor.
+
config EP93XX_PWM
tristate "EP93xx PWM support"
depends on ARCH_EP93XX