summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/extra-build-config.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/extra-build-config.md b/docs/extra-build-config.md
index 843247a..d92cf4e 100644
--- a/docs/extra-build-config.md
+++ b/docs/extra-build-config.md
@@ -261,6 +261,18 @@ In order to use Pican2 CAN module, set the following variables:
261 261
262See: <http://skpang.co.uk/catalog/pican2-canbus-board-for-raspberry-pi-23-p-1475.html> 262See: <http://skpang.co.uk/catalog/pican2-canbus-board-for-raspberry-pi-23-p-1475.html>
263 263
264## Enable infrared
265
266Users who want to enable infrared support, for example for using LIRC (Linux
267Infrared Remote Control), have to explicitly set in local.conf:
268
269 ENABLE_IR = "1"
270
271This will add device tree overlays gpio-ir and gpio-ir-tx to config.txt.
272Appropriate kernel modules will be also included in the image. By default the
273GPIO pin for gpio-ir is set to 18 and the pin for gpio-ir-tx is 17. Both pins
274can be easily changed by modifying variables `GPIO_IR` and `GPIO_IR_TX`.
275
264## Manual additions to config.txt 276## Manual additions to config.txt
265 277
266The `RPI_EXTRA_CONFIG` variable can be used to manually add additional lines to 278The `RPI_EXTRA_CONFIG` variable can be used to manually add additional lines to