From: Luwei Zhou Date: Wed, 21 Aug 2013 05:08:50 +0000 (+0800) Subject: ENGR00275992 Kconfig: Support mma8451 sensor on i.MX6Q/DL SD/AUTO X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a63fde35e34b36fd7ecd05e9de3c6894335963a6;p=karo-tx-linux.git ENGR00275992 Kconfig: Support mma8451 sensor on i.MX6Q/DL SD/AUTO Add mma8451 in Kconfig. Signed-off-by: Luwei Zhou --- 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 endif # ACPI +config MXC_MMA8451 + tristate "MMA8451 device driver" + depends on I2C + default y + endif # HWMON