mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-05 03:04:34 +08:00
13 lines
217 B
Plaintext
13 lines
217 B
Plaintext
|
menu "GPADC Devices"
|
||
|
|
||
|
config DRIVERS_GPADC
|
||
|
bool "enable gpadc driver"
|
||
|
default y
|
||
|
|
||
|
config HAL_TEST_GPADC
|
||
|
bool "enable gpadc hal APIs test command"
|
||
|
depends on DRIVERS_GPADC
|
||
|
default n
|
||
|
|
||
|
endmenu
|