diff options
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rwxr-xr-x | drivers/hwmon/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 6330789f4f26..b42baef3dcd0 100755 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -1409,6 +1409,16 @@ config SENSORS_ATK0110 endif # ACPI +config SENSORS_MAG3110 + tristate "Freescale MAG3110 e-compass sensor" + depends on I2C && SYSFS + help + If you say yes here you get support for the Freescale MAG3110 + e-compass sensor. + + This driver can also be built as a module. If so, the module + will be called mag3110. + config MXC_MMA8450 tristate "MMA8450 device driver" depends on I2C |