1menu "GPIO Devices" 2 3config DRIVERS_GPIO 4 bool "enable gpio driver" 5 default y 6 7config HAL_TEST_GPIO 8 bool "enable gpio hal APIs test command" 9 depends on DRIVERS_GPIO 10 default n 11 12endmenu 13