mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-01-11 15:00:13 +00:00
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 <leon.anavi@konsulko.com>
This commit is contained in:
committed by
Andrei Gherzan
parent
12641489df
commit
acca2a00eb
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user