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