summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Gerasimov <tossel@gmail.com>2018-06-02 16:42:40 +0200
committerAndrei Gherzan <andrei@gherzan.com>2018-06-04 16:00:39 +0100
commitb2da4618b0ac2ad7dbc26387cad4c03796f8a06e (patch)
tree763920180dc53889a0d0d16f3df58a1b84d92b42
parentf51047bafbc7dd33ba0066bf482a2ebbaa006faa (diff)
downloadmeta-raspberrypi-b2da4618b0ac2ad7dbc26387cad4c03796f8a06e.tar.gz
docs: document support for 802.15.4 hat
Signed-off-by: Anton Gerasimov <tossel@gmail.com>
-rw-r--r--docs/extra-build-config.md8
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
242When using device tree kernels, set this variable to enable the 802.15.4 hat:
243
244 ENABLE_AT86RF = "1"
245
246See: <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
242The `RPI_EXTRA_CONFIG` variable can be used to manually add additional lines to 250The `RPI_EXTRA_CONFIG` variable can be used to manually add additional lines to