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