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
|