We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe86a9 commit 84bad87Copy full SHA for 84bad87
components/drivers/audio/Kconfig
@@ -15,7 +15,4 @@ config RT_USING_AUDIO
15
int "Record pipe size"
16
default 2048
17
18
- config RT_UTEST_USING_AUDIO_DRIVER
19
- bool "Enable rt_audio_api testcase"
20
- default n
21
endif
components/drivers/audio/utest/Kconfig
@@ -0,0 +1,5 @@
1
+if RT_USING_AUDIO
2
+ config RT_UTEST_USING_AUDIO_DRIVER
3
+ bool "Enable rt_audio_api testcase"
4
+ default n
5
+endif
components/utilities/utest/Kconfig
@@ -21,6 +21,8 @@ rsource "$RTT_DIR/examples/utest/testcases/perf/Kconfig"
22
rsource "$RTT_DIR/src/klibc/utest/Kconfig"
23
24
+rsource "$RTT_DIR/components/drivers/audio/utest/Kconfig"
25
+
26
27
28
endmenu
0 commit comments