Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 30f1070e authored by derfelot's avatar derfelot
Browse files

input: Add ADUX1050 sensor support from Sony kernel

Taken from Sony 47.2.A.10.107 stock kernel
parent 78ff171e
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
@@ -857,4 +857,26 @@ config FPC1145_PLATFORM
	help
	  Select this module to enable FPC1145 tee finger print driver

config INPUT_ADUX1050
	tristate "ADUX1050 sensor support"
	depends on I2C=y
	help
	  Say Y here if you have ADUX1050 hooked to an I2C bus.
	  To compile this driver as a module, choose M here:
	  The module will be called adux1050.ko

config ADUX1050_DEBUG
	bool " Debug :To enable the Basic debug support for the driver"
	depends on INPUT_ADUX1050
	default n
	help
	  To add the basic debug support of the driver in the build. Used in printing the debug information on the console.

config ADUX1050_EVAL
	bool "Eval : To enable the driver in evaluation mode for test "
	depends on INPUT_ADUX1050
	default n
	help
	  To use the generic sysfs path and modifications for the control attributes.

endif
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ obj-$(CONFIG_INPUT_AB8500_PONKEY) += ab8500-ponkey.o
obj-$(CONFIG_INPUT_AD714X)		+= ad714x.o
obj-$(CONFIG_INPUT_AD714X_I2C)		+= ad714x-i2c.o
obj-$(CONFIG_INPUT_AD714X_SPI)		+= ad714x-spi.o
obj-$(CONFIG_INPUT_ADUX1050)		+= adux1050.o
obj-$(CONFIG_INPUT_ADXL34X)		+= adxl34x.o
obj-$(CONFIG_INPUT_ADXL34X_I2C)		+= adxl34x-i2c.o
obj-$(CONFIG_INPUT_ADXL34X_SPI)		+= adxl34x-spi.o