1config AOS_COMP_SPI_TEST
2    bool "spi_test"
3    depends on ENABLE_SPI
4    default n
5    help
6
7if AOS_COMP_SPI_TEST
8# Configurations for comp spi_test
9endif
10