mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-27 14:10:24 +08:00
13 lines
199 B
Plaintext
13 lines
199 B
Plaintext
|
menu "IR Devices"
|
||
|
|
||
|
config DRIVERS_IR
|
||
|
bool "enable ir driver"
|
||
|
default y
|
||
|
|
||
|
config HAL_TEST_IR
|
||
|
bool "enable ir hal APIs test command"
|
||
|
depends on DRIVERS_IR
|
||
|
default n
|
||
|
|
||
|
endmenu
|