1menu "IR Devices"
2
3config DRIVERS_IR
4    bool "enable ir driver"
5        default y
6
7config HAL_TEST_IR
8    bool "enable ir hal APIs test command"
9    depends on DRIVERS_IR
10        default n
11
12endmenu
13