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