android_kernel_google_msm/drivers/switch/Kconfig
ehgrace.kim 5fbfe21b85 audio: enable fsa8008 for earjack detection
Change-Id: Ifc6f9aa6fa6520002dec150808bb9192e48ed0a8
2013-03-04 09:11:55 -08:00

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