1menu "SPI Devices" 2 3config DRIVERS_SPI 4 bool "enable spi driver" 5 default y 6 7config HAL_TEST_SPI 8 bool "enable spi hal APIs test command" 9 depends on DRIVERS_SPI 10 default n 11 12endmenu 13