aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuwei Zhou <b45643@freescale.com>2013-08-21 01:08:50 -0400
committerNitin Garg <nitin.garg@freescale.com>2014-04-16 09:01:24 -0400
commit66119974ac69090338bd2a51221b2da47198c858 (patch)
treeb810ddd0dd2862b11271b8b73be0bf30a5343dd1
parent175879b3493693646415cafe8d8f7e4b989de71f (diff)
ENGR00275992 Kconfig: Support mma8451 sensor on i.MX6Q/DL SD/AUTO
Add mma8451 in Kconfig. Signed-off-by: Luwei Zhou <b45643@freescale.com>
-rw-r--r--drivers/hwmon/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index df064e8cd9dc..f9838e66dde0 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -1556,4 +1556,9 @@ config SENSORS_ATK0110
1556 1556
1557endif # ACPI 1557endif # ACPI
1558 1558
1559config MXC_MMA8451
1560 tristate "MMA8451 device driver"
1561 depends on I2C
1562 default y
1563
1559endif # HWMON 1564endif # HWMON