Loading drivers/input/Kconfig +7 −0 Original line number Diff line number Diff line Loading @@ -193,6 +193,13 @@ config INPUT_KEYCOMBO To compile this driver as a module, choose M here: the module will be called keycombo. config SENSORS_HALL bool "Hall sensor" depends on INPUT ---help--- Say y here if you want to use this hall sensor driver, it is like a switch. For example, lid. comment "Input Device Drivers" source "drivers/input/keyboard/Kconfig" Loading drivers/input/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -27,4 +27,5 @@ obj-$(CONFIG_INPUT_MISC) += misc/ obj-$(CONFIG_INPUT_APMPOWER) += apm-power.o obj-$(CONFIG_INPUT_KEYRESET) += keyreset.o obj-$(CONFIG_INPUT_KEYCOMBO) += keycombo.o obj-$(CONFIG_SENSORS_HALL) += hall_sensor.o Loading
drivers/input/Kconfig +7 −0 Original line number Diff line number Diff line Loading @@ -193,6 +193,13 @@ config INPUT_KEYCOMBO To compile this driver as a module, choose M here: the module will be called keycombo. config SENSORS_HALL bool "Hall sensor" depends on INPUT ---help--- Say y here if you want to use this hall sensor driver, it is like a switch. For example, lid. comment "Input Device Drivers" source "drivers/input/keyboard/Kconfig" Loading
drivers/input/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -27,4 +27,5 @@ obj-$(CONFIG_INPUT_MISC) += misc/ obj-$(CONFIG_INPUT_APMPOWER) += apm-power.o obj-$(CONFIG_INPUT_KEYRESET) += keyreset.o obj-$(CONFIG_INPUT_KEYCOMBO) += keycombo.o obj-$(CONFIG_SENSORS_HALL) += hall_sensor.o