Files
luban-lite/bsp/artinchip/drv/cir/Kconfig
刘可亮 564e22b32f v0.7.5
2023-08-28 09:48:01 +08:00

15 lines
275 B
Plaintext

#-----------------------------
# devices local parameter
#-----------------------------
menu "CIR protocol select"
depends on AIC_USING_CIR
config AIC_CIR_NEC
bool "NEC protocol"
default y
config AIC_CIR_RC5
bool "RC5 protocol"
endmenu