1menu "GPADC Devices" 2 3config DRIVERS_GPADC 4 bool "enable gpadc driver" 5 default y 6 7config HAL_TEST_GPADC 8 bool "enable gpadc hal APIs test command" 9 depends on DRIVERS_GPADC 10 default n 11 12endmenu 13