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