summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFrédéric Danis <frederic.danis@collabora.com>2022-06-10 18:38:18 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-06-13 11:03:40 -0700
commit096599c1ae852798a872b0294a6fb4decd1ee37a (patch)
tree9ac343fd80939f4dd50e575afff98c3b9fa704f2 /doc
parenta7e2f05e029b4fab22c63318cc2763a55a524124 (diff)
downloadbluez-096599c1ae852798a872b0294a6fb4decd1ee37a.tar.gz
doc/test-runner: Add audio config options
List the build options for an AC97 audio card necessary for test with audio daemon.
Diffstat (limited to 'doc')
-rw-r--r--doc/test-runner.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/test-runner.txt b/doc/test-runner.txt
index 683c622a2..019c23188 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.