Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit defc28eb authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "input: sensors: add hall sensor Kconfig and Makefile"

parents 56c1cbff a283b385
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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"
+1 −0
Original line number Diff line number Diff line
@@ -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