doc/test-runner: Add audio config options
authorFrédéric Danis <frederic.danis@collabora.com>
Fri, 10 Jun 2022 16:38:18 +0000 (18:38 +0200)
committerAyush Garg <ayush.garg@samsung.com>
Mon, 15 May 2023 09:25:54 +0000 (14:55 +0530)
List the build options for an AC97 audio card necessary for test with
audio daemon.

Signed-off-by: Manika Shrivastava <manika.sh@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
doc/test-runner.txt

index 683c622..019c231 100755 (executable)
@@ -54,6 +54,11 @@ For Bluetooth functionality:
 
        CONFIG_UHID=y
 
+For Audio functionality:
+       CONFIG_SYSVIPC=y
+       CONFIG_SOUND=y
+       CONFIG_SND=y
+       CONFIG_SND_INTEL8X0=y
 
 These options should be installed as .config in the kernel source directory
 followed by this command.