Kconfig 358 B

123456789
  1. if RT_USING_AUDIO
  2. config RT_UTEST_USING_AUDIO_DRIVER
  3. bool "Audio Test"
  4. default n
  5. help
  6. Build the audio driver utest cases which stream synthetic data through
  7. the replay/record paths. Enable only when running the RT-Thread unit
  8. test suite; it adds test hooks that are not required in production.
  9. endif