mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 02:18:54 +00:00
15 lines
296 B
Plaintext
15 lines
296 B
Plaintext
#-----------------------------
|
|
# devices local parameter
|
|
#-----------------------------
|
|
|
|
menu "CIR protocol select"
|
|
depends on (AIC_USING_CIR || AIC_USING_R_CIR)
|
|
|
|
config AIC_CIR_NEC
|
|
bool "NEC protocol"
|
|
default y
|
|
|
|
config AIC_CIR_RC5
|
|
bool "RC5 protocol"
|
|
endmenu
|