Kconfig 217 B

123456789101112
  1. menu "GPADC Devices"
  2. config DRIVERS_GPADC
  3. bool "enable gpadc driver"
  4. default y
  5. config HAL_TEST_GPADC
  6. bool "enable gpadc hal APIs test command"
  7. depends on DRIVERS_GPADC
  8. default n
  9. endmenu