Message ID | 20241213155608.726466-1-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | [1/2] arm-bsp/linux-yocto: fix Juno build with linux 6.12 | expand |
On Fri, 13 Dec 2024 15:56:07 +0000, Ross Burton wrote: > The DesignWare platform driver is hidden behind a DesignWare Core option > now, so enable that too. > > Applied, thanks! [1/2] arm-bsp/linux-yocto: fix Juno build with linux 6.12 commit: fd2ba2d29094aea8fd839352d4906be23f708bc6 [2/2] arm-bsp/linux-yocto: add temporary 6.10 recipe commit: 83d9575a381b650b90965c6eda585a434255d975 Best regards,
diff --git a/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/juno/juno-i2c.cfg b/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/juno/juno-i2c.cfg index 97f80c43..9a341fda 100644 --- a/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/juno/juno-i2c.cfg +++ b/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/juno/juno-i2c.cfg @@ -1,2 +1,3 @@ CONFIG_I2C=y +CONFIG_I2C_DESIGNWARE_CORE=y CONFIG_I2C_DESIGNWARE_PLATFORM=y
The DesignWare platform driver is hidden behind a DesignWare Core option now, so enable that too. Signed-off-by: Ross Burton <ross.burton@arm.com> --- .../arm-platforms-kmeta/bsp/arm-platforms/juno/juno-i2c.cfg | 1 + 1 file changed, 1 insertion(+)