Loading drivers/input/misc/Kconfig +10 −0 Original line number Diff line number Diff line Loading @@ -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 Loading drivers/input/misc/Makefile +3 −2 Original line number Diff line number Diff line Loading @@ -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 Loading
drivers/input/misc/Kconfig +10 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
drivers/input/misc/Makefile +3 −2 Original line number Diff line number Diff line Loading @@ -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