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>2013-09-14 00:47:31 -0700
commit87dd83ab273ba865bcde88e65d41ab0706e88d98 (patch)
tree1d2c158bc3ee19c1199090ee1809fbf96713864a /drivers/misc/Kconfig
parent8392590b2eec3182148bc41e5d697f23a4e0f877 (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> Rebase-Id: R868814b9f4ec4ed834765d774195aad475bb7dcf
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 c002d8660e30..b8186e43119d 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -381,6 +381,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