You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
328 B
15 lines
328 B
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 GPIOLIB
|
|
help
|
|
Say Y here to enable GPIO based switch support.
|
|
|
|
endif # SWITCH
|
|
|