Loading drivers/input/misc/Kconfig +10 −0 Original line number Diff line number Diff line Loading @@ -724,6 +724,16 @@ config SENSORS_MMA_POSITION help this provide the sensor position setting , value is between 0~7 config SENSORS_MMC3416X tristate "MMC3416xPJ 3-axis magnetic sensor driver" depends on I2C help Say Y here if you want to enable the MMC3416xPJ magnetic sensor driver. To compile this driver as a module, choose M here: the module will be called mmc3416x. config SENSORS_AKM09911 tristate "AKM09911 3-axis electronic compass sensor driver" depends on I2C Loading drivers/input/misc/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,7 @@ obj-$(CONFIG_INPUT_XEN_KBDDEV_FRONTEND) += xen-kbdfront.o obj-$(CONFIG_INPUT_YEALINK) += yealink.o obj-$(CONFIG_BMP18X) += bmp18x-core.o obj-$(CONFIG_BMP18X_I2C) += bmp18x-i2c.o obj-$(CONFIG_SENSORS_MMC3416X) += mmc3416x.o obj-$(CONFIG_SENSORS_MMA8X5X) += mma8x5x.o obj-$(CONFIG_SENSORS_STK3X1X) += stk3x1x.o obj-$(CONFIG_SENSORS_CAPELLA_CM36283) += cm36283.o Loading Loading
drivers/input/misc/Kconfig +10 −0 Original line number Diff line number Diff line Loading @@ -724,6 +724,16 @@ config SENSORS_MMA_POSITION help this provide the sensor position setting , value is between 0~7 config SENSORS_MMC3416X tristate "MMC3416xPJ 3-axis magnetic sensor driver" depends on I2C help Say Y here if you want to enable the MMC3416xPJ magnetic sensor driver. To compile this driver as a module, choose M here: the module will be called mmc3416x. config SENSORS_AKM09911 tristate "AKM09911 3-axis electronic compass sensor driver" depends on I2C Loading
drivers/input/misc/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,7 @@ obj-$(CONFIG_INPUT_XEN_KBDDEV_FRONTEND) += xen-kbdfront.o obj-$(CONFIG_INPUT_YEALINK) += yealink.o obj-$(CONFIG_BMP18X) += bmp18x-core.o obj-$(CONFIG_BMP18X_I2C) += bmp18x-i2c.o obj-$(CONFIG_SENSORS_MMC3416X) += mmc3416x.o obj-$(CONFIG_SENSORS_MMA8X5X) += mma8x5x.o obj-$(CONFIG_SENSORS_STK3X1X) += stk3x1x.o obj-$(CONFIG_SENSORS_CAPELLA_CM36283) += cm36283.o Loading