diff options
-rw-r--r-- | docs/extra-build-config.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/extra-build-config.md b/docs/extra-build-config.md index 806c238..04314aa 100644 --- a/docs/extra-build-config.md +++ b/docs/extra-build-config.md | |||
@@ -237,6 +237,14 @@ local.conf: | |||
237 | 237 | ||
238 | ENABLE_DWC2_PERIPHERAL = "1" | 238 | ENABLE_DWC2_PERIPHERAL = "1" |
239 | 239 | ||
240 | ## Enable Openlabs 802.15.4 radio module | ||
241 | |||
242 | When using device tree kernels, set this variable to enable the 802.15.4 hat: | ||
243 | |||
244 | ENABLE_AT86RF = "1" | ||
245 | |||
246 | See: <https://openlabs.co/OSHW/Raspberry-Pi-802.15.4-radio> | ||
247 | |||
240 | ## Manual additions to config.txt | 248 | ## Manual additions to config.txt |
241 | 249 | ||
242 | The `RPI_EXTRA_CONFIG` variable can be used to manually add additional lines to | 250 | The `RPI_EXTRA_CONFIG` variable can be used to manually add additional lines to |