From: Bill Mills <[email protected]> With CONFIG_I2C_DEV=m you must modprobe that module in order to get the /dev nodes. It is a small module (~8.5K) so just include it in.
Signed-off-by: Bill Mills <[email protected]> --- bsp/genericarm64/genericarm64-i2c.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/genericarm64/genericarm64-i2c.cfg b/bsp/genericarm64/genericarm64-i2c.cfg index d1dc44a6..6be427c1 100644 --- a/bsp/genericarm64/genericarm64-i2c.cfg +++ b/bsp/genericarm64/genericarm64-i2c.cfg @@ -2,7 +2,7 @@ CONFIG_I2C=y # I2C device interface -CONFIG_I2C_CHARDEV=m +CONFIG_I2C_CHARDEV=y # I2C bus multiplexing support CONFIG_I2C_MUX=m -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13706): https://lists.yoctoproject.org/g/linux-yocto/message/13706 Mute This Topic: https://lists.yoctoproject.org/mt/105052007/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
