This repository has been archived on 2026-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ubports_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

21 lines
441 B
Plaintext

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