Files
2024-05-07 18:09:20 +08:00

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