Kconfig 217 B

123456789101112
  1. menu "LRADC Devices"
  2. config DRIVERS_LRADC
  3. bool "enable lradc driver"
  4. default y
  5. config HAL_TEST_LRADC
  6. bool "enable lradc hal APIs test command"
  7. depends on DRIVERS_LRADC
  8. default n
  9. endmenu