Diff between a7e2f05e029b4fab22c63318cc2763a55a524124 and 096599c1ae852798a872b0294a6fb4decd1ee37a

Changed Files

File Additions Deletions Status
doc/test-runner.txt +5 -0 modified

Full Patch

diff --git a/doc/test-runner.txt b/doc/test-runner.txt
index 683c622..019c231 100644
--- 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.