1# SPDX-License-Identifier: GPL-2.0 2# 3# Input remotectl driver configuration 4# 5menuconfig ROCKCHIP_REMOTECTL 6 tristate "rockchip remotectl" 7 default n 8 help 9 Say Y here, will suport rk remotectl. 10 This option doesn't affect the kernel. 11 If unsure, say Y. 12 13if ROCKCHIP_REMOTECTL 14 15config ROCKCHIP_REMOTECTL_PWM 16 tristate "rockchip remoctrl pwm capture" 17 default n 18 19endif 20