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

Commit 5a5598e9 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "input: kconfig: add makefile and kconfig for lis3dh sensor"

parents 950f7be0 6c40703f
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -207,6 +207,16 @@ config SENSORS_MPU6050
	  To compile this driver as a module, choose M here: the
	  module will be called mpu6050.

config SENSORS_LIS3DH
	tristate "ST LIS3DH 3-axis digital acceleromater"
	depends on I2C
	help
	  Say Y here if you want to support STMicroelectronics LIS3DH
	  accelerometer connected via an I2C bus.

	  To compile this driver as a module, choose M here: the
	  module will be called lis3dh_acc.

config INPUT_APANEL
	tristate "Fujitsu Lifebook Application Panel buttons"
	depends on X86 && I2C && LEDS_CLASS
+3 −2
Original line number Diff line number Diff line
@@ -70,3 +70,4 @@ obj-$(CONFIG_SENSORS_CAPELLA_CM36283) += cm36283.o
obj-$(CONFIG_SENSORS_MPU6050)		+= mpu6050.o
obj-$(CONFIG_SENSORS_AKM8963)		+= akm8963.o
obj-$(CONFIG_SENSORS_AKM09911)		+= akm09911.o
obj-$(CONFIG_SENSORS_LIS3DH)		+= lis3dh_acc.o