From acca2a00ebf7b375f4b22274723b46d6a86a2b7e Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 2 Apr 2020 20:59:49 +0300 Subject: docs/extra-build-config.md: Auto-load I2C modules Add instructions how to auto-load I2C kernel modules with KERNEL_MODULE_AUTOLOAD when I2C is enabled. Signed-off-by: Leon Anavi --- docs/extra-build-config.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/extra-build-config.md') diff --git a/docs/extra-build-config.md b/docs/extra-build-config.md index a2b68d8..843247a 100644 --- a/docs/extra-build-config.md +++ b/docs/extra-build-config.md @@ -184,6 +184,10 @@ When using device tree kernels, set this variable to enable I2C: ENABLE_I2C = "1" +Furthermore, to auto-load I2C kernel modules set: + + KERNEL_MODULE_AUTOLOAD_rpi += "i2c-dev i2c-bcm2708" + ## Enable PiTFT support Basic support for using PiTFT screens can be enabled by adding below in -- cgit v1.2.3-54-g00ecf