mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
5fbfe21b85
Change-Id: Ifc6f9aa6fa6520002dec150808bb9192e48ed0a8
20 lines
441 B
Text
20 lines
441 B
Text
menuconfig SWITCH
|
|
tristate "Switch class support"
|
|
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"
|
|
depends on GENERIC_GPIO
|
|
help
|
|
Say Y here to enable GPIO based switch support.
|
|
|
|
config SWITCH_FSA8008
|
|
bool "FSA8008 Headset detection driver"
|
|
help
|
|
Say Y here to enable FSA8008 driver
|
|
|
|
endif # SWITCH
|