From cb0eaeb7c8209d5870b1525cb185713fc8ecb2f3 Mon Sep 17 00:00:00 2001 From: Chris Fiege Date: Tue, 4 Jun 2024 14:35:44 +0200 Subject: [PATCH] meta-lxatac-bsp: linux-lxatac: Build i2c-tiny-usb as module This module is needed for devices like the fisch.de "i2c-mp-usb" USB-to-I2C interface. Signed-off-by: Chris Fiege --- meta-lxatac-bsp/recipes-kernel/linux/files/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-lxatac-bsp/recipes-kernel/linux/files/defconfig b/meta-lxatac-bsp/recipes-kernel/linux/files/defconfig index a2c7066a..5981c580 100644 --- a/meta-lxatac-bsp/recipes-kernel/linux/files/defconfig +++ b/meta-lxatac-bsp/recipes-kernel/linux/files/defconfig @@ -2350,7 +2350,7 @@ CONFIG_I2C_STM32F7=y # CONFIG_I2C_CP2615 is not set # CONFIG_I2C_ROBOTFUZZ_OSIF is not set # CONFIG_I2C_TAOS_EVM is not set -# CONFIG_I2C_TINY_USB is not set +CONFIG_I2C_TINY_USB=m # # Other I2C/SMBus bus drivers