diff options
-rw-r--r-- | docs/extra-build-config.md | 12 |
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 | ||
262 | See: <http://skpang.co.uk/catalog/pican2-canbus-board-for-raspberry-pi-23-p-1475.html> | 262 | See: <http://skpang.co.uk/catalog/pican2-canbus-board-for-raspberry-pi-23-p-1475.html> |
263 | 263 | ||
264 | ## Enable infrared | ||
265 | |||
266 | Users who want to enable infrared support, for example for using LIRC (Linux | ||
267 | Infrared Remote Control), have to explicitly set in local.conf: | ||
268 | |||
269 | ENABLE_IR = "1" | ||
270 | |||
271 | This will add device tree overlays gpio-ir and gpio-ir-tx to config.txt. | ||
272 | Appropriate kernel modules will be also included in the image. By default the | ||
273 | GPIO pin for gpio-ir is set to 18 and the pin for gpio-ir-tx is 17. Both pins | ||
274 | can 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 | ||
266 | The `RPI_EXTRA_CONFIG` variable can be used to manually add additional lines to | 278 | The `RPI_EXTRA_CONFIG` variable can be used to manually add additional lines to |