Loading drivers/input/misc/Kconfig +10 −0 Original line number Original line Diff line number Diff line Loading @@ -735,6 +735,16 @@ config SENSORS_MMA_POSITION help help this provide the sensor position setting , value is between 0~7 this provide the sensor position setting , value is between 0~7 config SENSORS_AP3426 tristate "AP3426 3-in-1 digital ALPS+PS+IRLED sensor driver" depends on I2C help Say Y here if you want to enable the AP3426 ALPS sensor driver. To compile this driver as a module, choose M here: the module will be called ap3426. config SENSORS_MMC3416X config SENSORS_MMC3416X tristate "MMC3416xPJ 3-axis magnetic sensor driver" tristate "MMC3416xPJ 3-axis magnetic sensor driver" depends on I2C depends on I2C Loading drivers/input/misc/Makefile +1 −0 Original line number Original line Diff line number Diff line Loading @@ -73,6 +73,7 @@ obj-$(CONFIG_SENSORS_MPU6050) += mpu6050.o obj-$(CONFIG_SENSORS_AKM8963) += akm8963.o obj-$(CONFIG_SENSORS_AKM8963) += akm8963.o obj-$(CONFIG_SENSORS_AKM09911) += akm09911.o obj-$(CONFIG_SENSORS_AKM09911) += akm09911.o obj-$(CONFIG_SENSORS_LIS3DH) += lis3dh_acc.o obj-$(CONFIG_SENSORS_LIS3DH) += lis3dh_acc.o obj-$(CONFIG_SENSORS_AP3426) += ap3426.o obj-$(CONFIG_SENSORS_BMA2X2) += bstclass.o obj-$(CONFIG_SENSORS_BMA2X2) += bstclass.o obj-$(CONFIG_SENSORS_BMA2X2) += bma2x2.o obj-$(CONFIG_SENSORS_BMA2X2) += bma2x2.o Loading Loading
drivers/input/misc/Kconfig +10 −0 Original line number Original line Diff line number Diff line Loading @@ -735,6 +735,16 @@ config SENSORS_MMA_POSITION help help this provide the sensor position setting , value is between 0~7 this provide the sensor position setting , value is between 0~7 config SENSORS_AP3426 tristate "AP3426 3-in-1 digital ALPS+PS+IRLED sensor driver" depends on I2C help Say Y here if you want to enable the AP3426 ALPS sensor driver. To compile this driver as a module, choose M here: the module will be called ap3426. config SENSORS_MMC3416X config SENSORS_MMC3416X tristate "MMC3416xPJ 3-axis magnetic sensor driver" tristate "MMC3416xPJ 3-axis magnetic sensor driver" depends on I2C depends on I2C Loading
drivers/input/misc/Makefile +1 −0 Original line number Original line Diff line number Diff line Loading @@ -73,6 +73,7 @@ obj-$(CONFIG_SENSORS_MPU6050) += mpu6050.o obj-$(CONFIG_SENSORS_AKM8963) += akm8963.o obj-$(CONFIG_SENSORS_AKM8963) += akm8963.o obj-$(CONFIG_SENSORS_AKM09911) += akm09911.o obj-$(CONFIG_SENSORS_AKM09911) += akm09911.o obj-$(CONFIG_SENSORS_LIS3DH) += lis3dh_acc.o obj-$(CONFIG_SENSORS_LIS3DH) += lis3dh_acc.o obj-$(CONFIG_SENSORS_AP3426) += ap3426.o obj-$(CONFIG_SENSORS_BMA2X2) += bstclass.o obj-$(CONFIG_SENSORS_BMA2X2) += bstclass.o obj-$(CONFIG_SENSORS_BMA2X2) += bma2x2.o obj-$(CONFIG_SENSORS_BMA2X2) += bma2x2.o Loading