AndroidComputer: remote Kconfig default n
[firefly-linux-kernel-4.4.55.git] / drivers / input / remotectl / Kconfig
1 #
2 # Touchscreen driver configuration
3 #
4 menuconfig ROCKCHIP_REMOTECTL
5         bool "rkxx 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 RK_REMOTECTL
15         bool "rkxx remoctrl"
16         default n
17         
18 config RK_IR_WAKEUP
19         bool "rkxx remoctrl wakeup"
20         depends on PLAT_RK
21         default n       
22 endif