]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-video.git/blob - drivers/switch/Kconfig
Merge branch 'p-ti-linux-3.14.y-common' into p-ti-linux-3.14.y-android
[android-sdk/kernel-video.git] / drivers / switch / Kconfig
1 menuconfig SWITCH
2         tristate "Switch class support"
3         help
4           Say Y here to enable switch class support. This allows
5           monitoring switches by userspace via sysfs and uevent.
7 if SWITCH
9 config SWITCH_GPIO
10         tristate "GPIO Swith support"
11         depends on GPIOLIB
12         help
13           Say Y here to enable GPIO based switch support.
15 endif # SWITCH