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