aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/switch/Kconfig
blob: 36846f62f4bcd2c176c0e87e1a1bc6a15d7d8d3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
menuconfig ANDROID_SWITCH
	tristate "Android Switch class support"
	help
	  Say Y here to enable Android switch class support. This allows
	  monitoring switches by userspace via sysfs and uevent.

config ANDROID_SWITCH_GPIO
	tristate "Android GPIO Switch support"
	depends on GENERIC_GPIO && ANDROID_SWITCH
	help
	  Say Y here to enable GPIO based switch support.