aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/Kconfig
diff options
context:
space:
mode:
authorKalhan Trisal <kalhan.trisal@intel.com>2010-08-09 20:21:05 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2010-08-09 23:45:10 -0400
commitcfa3b24c38b58cb6acabe6441b4668e530e957af (patch)
tree666af3dd6eb990d244ef19d16d099107da11b28d /drivers/misc/Kconfig
parent5f1209a1a4cf24798408fa0893258dcbefcf6be9 (diff)
hmc6352: add driver for the HMC6352 compass
This driver will report the heading values in degrees to the sysfs interface. The values returned are headings . e.g. 245.6 Alan: Cleanups requested now all folded in and a sysfs description to keep Andrew happy. The sysfs description now resembles hwmon. Signed-off-by: Kalhan Trisal <kalhan.trisal@intel.com> Reviewed-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Alan Cox <alan@linux.intel.com> Cc: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r--drivers/misc/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 3b4b7562b2f..0b591b65824 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -314,6 +314,13 @@ config SENSORS_BH1780
314 This driver can also be built as a module. If so, the module 314 This driver can also be built as a module. If so, the module
315 will be called bh1780gli. 315 will be called bh1780gli.
316 316
317config HMC6352
318 tristate "Honeywell HMC6352 compass"
319 depends on I2C
320 help
321 This driver provides support for the Honeywell HMC6352 compass,
322 providing configuration and heading data via sysfs.
323
317config EP93XX_PWM 324config EP93XX_PWM
318 tristate "EP93xx PWM support" 325 tristate "EP93xx PWM support"
319 depends on ARCH_EP93XX 326 depends on ARCH_EP93XX