mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-29 06:30:25 +08:00
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
|