mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-14 17:40:41 +09:00
18 lines
334 B
Plaintext
Executable File
18 lines
334 B
Plaintext
Executable File
#
|
|
# Touchscreen driver configuration
|
|
#
|
|
menuconfig ROCKCHIP_REMOTECTL
|
|
bool "rockchip remotectl"
|
|
default n
|
|
help
|
|
Say Y here, will suport rk remotectl.
|
|
This option doesn't affect the kernel.
|
|
If unsure, say Y.
|
|
|
|
if ROCKCHIP_REMOTECTL
|
|
|
|
config ROCKCHIP_REMOTECTL_PWM
|
|
bool "rockchip remoctrl pwm capture"
|
|
default n
|
|
endif
|