Loading drivers/input/misc/Kconfig +10 −0 Original line number Diff line number Diff line Loading @@ -197,6 +197,16 @@ config INPUT_MPU3050 To compile this driver as a module, choose M here: the module will be called mpu3050. config SENSORS_MPU6050 tristate "MPU6050 6-axix gyroscope + acceleromater combo" depends on I2C help Say Y here if you want to support InvenSense MPU6050 connected via an I2C bus. To compile this driver as a module, choose M here: the module will be called mpu6050. config INPUT_APANEL tristate "Fujitsu Lifebook Application Panel buttons" depends on X86 && I2C && LEDS_CLASS Loading drivers/input/misc/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -67,3 +67,4 @@ obj-$(CONFIG_BMP18X_I2C) += bmp18x-i2c.o obj-$(CONFIG_SENSORS_MMA8X5X) += mma8x5x.o obj-$(CONFIG_SENSORS_STK3X1X) += stk3x1x.o obj-$(CONFIG_SENSORS_CAPELLA_CM36283) += cm36283.o obj-$(CONFIG_SENSORS_MPU6050) += mpu6050.o Loading
drivers/input/misc/Kconfig +10 −0 Original line number Diff line number Diff line Loading @@ -197,6 +197,16 @@ config INPUT_MPU3050 To compile this driver as a module, choose M here: the module will be called mpu3050. config SENSORS_MPU6050 tristate "MPU6050 6-axix gyroscope + acceleromater combo" depends on I2C help Say Y here if you want to support InvenSense MPU6050 connected via an I2C bus. To compile this driver as a module, choose M here: the module will be called mpu6050. config INPUT_APANEL tristate "Fujitsu Lifebook Application Panel buttons" depends on X86 && I2C && LEDS_CLASS Loading
drivers/input/misc/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -67,3 +67,4 @@ obj-$(CONFIG_BMP18X_I2C) += bmp18x-i2c.o obj-$(CONFIG_SENSORS_MMA8X5X) += mma8x5x.o obj-$(CONFIG_SENSORS_STK3X1X) += stk3x1x.o obj-$(CONFIG_SENSORS_CAPELLA_CM36283) += cm36283.o obj-$(CONFIG_SENSORS_MPU6050) += mpu6050.o