1
0
Fork 0

input: misc: add sensors makefile strings

Add makefile and kconfig strings for rpmsg sensor and isl29023.

Signed-off-by: Clark Wang <xiaoning.wang@nxp.com>
5.4-rM2-2.2.x-imx-squashed
Clark Wang 2019-08-15 16:41:09 +08:00 committed by Dong Aisheng
parent 33c0437a78
commit ca372d023a
2 changed files with 22 additions and 0 deletions

View File

@ -909,4 +909,24 @@ config SENSOR_FXLS8471
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

View File

@ -87,3 +87,5 @@ obj-$(CONFIG_INPUT_YEALINK) += yealink.o
obj-$(CONFIG_INPUT_IDEAPAD_SLIDEBAR) += ideapad_slidebar.o
obj-$(CONFIG_INPUT_MPL3115) += mpl3115.o
obj-$(CONFIG_SENSOR_FXLS8471) += fxls8471.o fxls8471_i2c.o
obj-$(CONFIG_INPUT_ISL29023) += isl29023.o
obj-$(CONFIG_SENSOR_IMX_RPMSG) += rpmsg_input.o