29d3d740d7
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>
17 lines
364 B
Text
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
|