Merge branch 'linux-linaro-lsk-v4.4-android' of git://git.linaro.org/kernel/linux...
[firefly-linux-kernel-4.4.55.git] / drivers / input / remotectl / Kconfig
1 #
2 # Input remotectl driver configuration
3 #
4 menuconfig ROCKCHIP_REMOTECTL
5         bool "rockchip remotectl"
6         default n
7         help
8           Say Y here, will suport rk remotectl.
9           This option doesn't affect the kernel.
10           If unsure, say Y.
11
12 if ROCKCHIP_REMOTECTL
13
14 config ROCKCHIP_REMOTECTL_PWM
15         bool "rockchip remoctrl pwm capture"
16         default n
17
18 endif