Files
linux/drivers/input/remotectl/Kconfig
2014-07-22 15:40:52 +08:00

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