Loading drivers/input/misc/Kconfig +10 −0 Original line number Diff line number Diff line Loading @@ -745,6 +745,16 @@ config SENSORS_AP3426 To compile this driver as a module, choose M here: the module will be called ap3426. config SENSORS_LTR553 tristate "LTR553 light and proximity device driver" depends on I2C help Say Y here if you want to enable the LTR553 light and proximity sensor driver. To compile this driver as a module, choose M here: the module will be called ltr553. config SENSORS_MMC3416X tristate "MMC3416xPJ 3-axis magnetic sensor driver" depends on I2C Loading drivers/input/misc/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -77,6 +77,7 @@ obj-$(CONFIG_SENSORS_AP3426) += ap3426.o obj-$(CONFIG_SENSORS_BMA2X2) += bstclass.o obj-$(CONFIG_SENSORS_BMA2X2) += bma2x2.o obj-$(CONFIG_SENSORS_LTR553) += ltr553.o ifeq ($(CONFIG_SENSORS_BMA2X2_ENABLE_INT1),y) EXTRA_CFLAGS += -DBMA2X2_ENABLE_INT1 Loading Loading
drivers/input/misc/Kconfig +10 −0 Original line number Diff line number Diff line Loading @@ -745,6 +745,16 @@ config SENSORS_AP3426 To compile this driver as a module, choose M here: the module will be called ap3426. config SENSORS_LTR553 tristate "LTR553 light and proximity device driver" depends on I2C help Say Y here if you want to enable the LTR553 light and proximity sensor driver. To compile this driver as a module, choose M here: the module will be called ltr553. config SENSORS_MMC3416X tristate "MMC3416xPJ 3-axis magnetic sensor driver" depends on I2C Loading
drivers/input/misc/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -77,6 +77,7 @@ obj-$(CONFIG_SENSORS_AP3426) += ap3426.o obj-$(CONFIG_SENSORS_BMA2X2) += bstclass.o obj-$(CONFIG_SENSORS_BMA2X2) += bma2x2.o obj-$(CONFIG_SENSORS_LTR553) += ltr553.o ifeq ($(CONFIG_SENSORS_BMA2X2_ENABLE_INT1),y) EXTRA_CFLAGS += -DBMA2X2_ENABLE_INT1 Loading