summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
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: