mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -08:00
21 lines
279 B
Plaintext
Executable File
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
|
|
|