summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAurelian Zanoschi <aurelian17@gmail.com>2021-02-04 10:14:06 +0200
committerAndrei Gherzan <andrei@gherzan.com>2021-02-04 19:36:22 +0000
commit48d081265d06d14090f3b22c44f712a603116fba (patch)
tree688855296c0cc178fc6d69af2a0848953dd49461 /docs
parent71938572843428cb881948e8151742d8493ee89e (diff)
downloadmeta-raspberrypi-48d081265d06d14090f3b22c44f712a603116fba.tar.gz
[documentation]Add USB host support in documentation
Signed-off-by: Aurelian Zanoschi <aurelian17@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/extra-build-config.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/extra-build-config.md b/docs/extra-build-config.md
index 921dcc5..1caf904 100644
--- a/docs/extra-build-config.md
+++ b/docs/extra-build-config.md
@@ -269,6 +269,15 @@ local.conf:
269 269
270 ENABLE_DWC2_PERIPHERAL = "1" 270 ENABLE_DWC2_PERIPHERAL = "1"
271 271
272## Enable USB host support
273
274By default in case of the Compute Module 4 IO Board the standard USB driver
275that usually supports host mode operations is disabled for power saving reasons.
276Users who want to use the 2 USB built-in ports or the other ports provided via
277the header extension should set the following in local.conf:
278
279 ENABLE_DWC2_HOST = "1"
280
272## Enable Openlabs 802.15.4 radio module 281## Enable Openlabs 802.15.4 radio module
273 282
274When using device tree kernels, set this variable to enable the 802.15.4 hat: 283When using device tree kernels, set this variable to enable the 802.15.4 hat: