mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-11 23:48:08 +09:00
This reverts commit c631c9800f.
We keep switch driver until HDMI work.
Signed-off-by: Huang, Tao <huangtao@rock-chips.com>
16 lines
328 B
Plaintext
16 lines
328 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 GPIOLIB
|
|
help
|
|
Say Y here to enable GPIO based switch support.
|
|
|
|
endif # SWITCH
|