mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-03 16:44:33 +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
|