ARM64: DTS: Fix Firefly board audio driver
[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 config RK_IR_NO_DEEP_SLEEP
19     bool "rk_pwm-remoctrl no Deep Sleep"
20     depends on ROCKCHIP_REMOTECTL
21     default n
22
23 endif