Files
luban-lite-t3e-pro/bsp/artinchip/drv/cir/Kconfig

15 lines
296 B
Plaintext
Raw Normal View History

2023-08-30 16:21:18 +08:00
#-----------------------------
# devices local parameter
#-----------------------------
menu "CIR protocol select"
2024-10-30 16:50:31 +08:00
depends on (AIC_USING_CIR || AIC_USING_R_CIR)
2023-08-30 16:21:18 +08:00
config AIC_CIR_NEC
bool "NEC protocol"
default y
config AIC_CIR_RC5
bool "RC5 protocol"
endmenu