Files

13 lines
217 B
Plaintext
Raw Permalink Normal View History

2024-05-07 18:09:20 +08:00
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