rt-thread/bsp/allwinner/libraries/sunxi-hal/hal/source/cir/Kconfig

27 lines
398 B
Plaintext
Raw Normal View History

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