kernel-fxtec-pro1x/drivers/switch/Kconfig
starlight5234 29d3d740d7
drivers: switch: Import xiaomi changes
The Patch based on QualComm release TAG:LA.UM.8.15.r1-06600-KAMORTA.0

Change-Id: I600f33042000a76d3bdc650e0edc502cd6e94cb1
Signed-off-by: starlight5234 <starlight5234@protonmail.ch>
2021-08-21 16:10:46 +02:00

17 lines
364 B
Text

menuconfig SWITCH
tristate "Switch class support"
default n
help
Say Y here to enable switch class support. This allows
monitoring switches by userspace via sysfs and uevent.
if SWITCH
config SWITCH_GPIO
tristate "GPIO Swith support"
default n
depends on GPIOLIB
help
Say Y here to enable GPIO based switch support.
endif # SWITCH