4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-27 14:10:24 +08:00

27 lines
398 B
Plaintext
Raw Normal View History

menu "CIR Devices"
config DRIVERS_CIR
2023-01-08 21:14:23 -05:00
bool "enable CIR driver"
default y
menu "CIR option features"
config DRIVERS_CIR_DEBUG
2023-01-08 21:14:23 -05:00
bool "support CIR debug"
select DRIVERS_CIR
default n
config DRIVERS_CIR_TEST
2023-01-08 21:14:23 -05:00
bool "CIR test case"
select DRIVERS_CIR
default n
config HAL_TEST_CIR
2023-01-08 21:14:23 -05:00
bool "CIR TEST CASE"
depends on DRIVERS_CIR
default n
endmenu
endmenu