Kconfig 217 B

123456789101112
  1. menu "TPADC Devices"
  2. config DRIVERS_TPADC
  3. bool "enable tpadc driver"
  4. default n
  5. config HAL_TEST_TPADC
  6. bool "enable tpadc hal APIs test command"
  7. depends on DRIVERS_TPADC
  8. default n
  9. endmenu