From 98871e66df907cda0f9c460ba228e23d584f01b1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Danis?= Date: Fri, 10 Jun 2022 18:38:18 +0200 Subject: [PATCH] doc/test-runner: Add audio config options List the build options for an AC97 audio card necessary for test with audio daemon. Signed-off-by: Manika Shrivastava Signed-off-by: Ayush Garg --- doc/test-runner.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/test-runner.txt b/doc/test-runner.txt index 683c622..019c231 100755 --- a/doc/test-runner.txt +++ b/doc/test-runner.txt @@ -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. -- 2.7.4