Files
linux/drivers/cir/Kconfig
2011-07-03 21:50:11 -07:00

21 lines
279 B
Plaintext
Executable File

#
# CIR class/drivers configuration
#
menu "CIR support"
config RK_CIR
tristate "CIR support"
help
if you want use ir remote function , pls enable it
choice
depends on RK_CIR
prompt "CIR module name"
config BU92747GUW_CIR
bool "bu92747guw cir"
endchoice
endmenu