Merge remote-tracking branch 'stable/linux-3.0.y' into develop-3.0
[firefly-linux-kernel-4.4.55.git] / drivers / cir / Kconfig
1 #
2 # CIR class/drivers configuration
3 #
4
5
6 menu "CIR support"
7  config RK_CIR
8         tristate "CIR support"
9         help
10           if you want use ir remote function , pls enable it
11  
12 choice  
13         depends on RK_CIR
14         prompt "CIR module name"
15 config BU92747GUW_CIR
16         bool "bu92747guw cir"
17 endchoice
18
19 endmenu
20