summaryrefslogtreecommitdiff
path: root/drivers/input/misc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/misc/Kconfig')
-rw-r--r--drivers/input/misc/Kconfig35
1 files changed, 35 insertions, 0 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig
index 7ffb614ce566..adeac9208505 100644
--- a/drivers/input/misc/Kconfig
+++ b/drivers/input/misc/Kconfig
@@ -831,4 +831,39 @@ 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
+
+config SENSOR_FXLS8471
+ tristate "FXLS8471 motion sensor device driver"
+ depends on I2C
+ default n
+
+config SENSOR_IMX_RPMSG
+ tristate "NXP IMX rpmsg virtual sensor device driver"
+ depends on (SOC_IMX7ULP)
+ depends on RPMSG && SYSFS
+ depends on OF
+ default n
+ help
+ This is rpmsg virtual sensor driver on i.mx7ulp, because some
+ sensors connect with M4 core.
+
+config INPUT_ISL29023
+ tristate "Intersil ISL29023 ambient light sensor"
+ depends on I2C && SYSFS
+ help
+ If you say yes here you get support for the Intersil ISL29023
+ ambient light sensor.
+
+ This driver can also be built as a module. If so, the module
+ will be called isl29023.
+
endif