summaryrefslogtreecommitdiff
path: root/drivers/input/misc/Kconfig
diff options
context:
space:
mode:
authorgaopan <b54642@freescale.com>2015-05-21 14:50:47 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:21:28 +0800
commit79f4c7473ef8d00a33a3339420273a2bfd524e5b (patch)
tree09776e1edc38c28213cd99bdd74a36a41732cf18 /drivers/input/misc/Kconfig
parentcd1d9c7aa6dcbe84f06aaa3cfdf22baa40090fc0 (diff)
MLK-10948 input: misc: fxls8471: add motion sensor fxls8471
Add Freescale fxls8471 motion sensor. Signed-off-by: Gao Pan <b54642@freescale.com> Signed-off-by: Fugang Duan <B38611@freescale.com> (cherry picked from commit: 20cfe2d9d9305559e35fe2e508d5a70b057ffc70)
Diffstat (limited to 'drivers/input/misc/Kconfig')
-rw-r--r--drivers/input/misc/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig
index d8de31ec91a8..a124fa92b8c0 100644
--- a/drivers/input/misc/Kconfig
+++ b/drivers/input/misc/Kconfig
@@ -865,4 +865,9 @@ config INPUT_MPL3115
This driver can also be built as a module. If so, the module
will be called mpl3115
+config SENSOR_FXLS8471
+ tristate "FXLS8471 motion sensor device driver"
+ depends on I2C
+ default n
+
endif