summaryrefslogtreecommitdiff
path: root/drivers/input/misc/Kconfig
diff options
context:
space:
mode:
authorFugang Duan <b38611@freescale.com>2015-05-05 20:36:58 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:21:28 +0800
commit16bf758cad781d9f67e16206e2f6e8071df72814 (patch)
tree4aaae9deff0a63b698484332d687d6a9625723c2 /drivers/input/misc/Kconfig
parentfd3fa10c00c24abb864ad79871c392ecb2a939e1 (diff)
MLK-10835-3 input: misc: mpl3115: add Freescale MPL3115 pressure temperature sensor
Add Freescale MPL3115 pressure temperature sensor. Signed-off-by: Fugang Duan <B38611@freescale.com> (cherry picked from commit: a8c2904a442e1aa163b8562e1a940c8755ab3898)
Diffstat (limited to 'drivers/input/misc/Kconfig')
-rw-r--r--drivers/input/misc/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig
index 9f082a388388..d8de31ec91a8 100644
--- a/drivers/input/misc/Kconfig
+++ b/drivers/input/misc/Kconfig
@@ -855,4 +855,14 @@ config INPUT_HISI_POWERKEY
To compile this driver as a module, choose M here: the
module will be called hisi_powerkey.
+config INPUT_MPL3115
+ tristate "MPL3115 pressure temperature sensor"
+ depends on I2C && SYSFS
+ help
+ If you say yes here you get support for the Freescale MPL3115
+ pressure temperature sensor.
+
+ This driver can also be built as a module. If so, the module
+ will be called mpl3115
+
endif