13 lines
217 B
Plaintext
13 lines
217 B
Plaintext
|
menu "TPADC Devices"
|
||
|
|
||
|
config DRIVERS_TPADC
|
||
|
bool "enable tpadc driver"
|
||
|
default n
|
||
|
|
||
|
config HAL_TEST_TPADC
|
||
|
bool "enable tpadc hal APIs test command"
|
||
|
depends on DRIVERS_TPADC
|
||
|
default n
|
||
|
|
||
|
endmenu
|