Kconfig 199 B

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