This reverts commit 465e95898ab93623da122fd5e1fb72e1b4f799e0. 6.12 and newer have kernel commit 66049b33c042dab0df9a27117702f9398b9cab20, which makes I2C_DESIGNWARE_CORE settable. If I2C_DESIGNWARE_CORE isn't set, then I2C_DESIGNWARE_PLATFORM cannot be set (due to that same commit making it hidden). Reverting the original patch to do this since we are now only using the 6.12 kernel in Walnascar.
Signed-off-by: Jon Mason <[email protected]> --- bsp/genericarm64/genericarm64-i2c.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bsp/genericarm64/genericarm64-i2c.cfg b/bsp/genericarm64/genericarm64-i2c.cfg index 46777402ce94..89d15f538907 100644 --- a/bsp/genericarm64/genericarm64-i2c.cfg +++ b/bsp/genericarm64/genericarm64-i2c.cfg @@ -15,6 +15,8 @@ CONFIG_I2C_MUX_PCA954x=m CONFIG_I2C_BCM2835=m # Cadence I2C Controller CONFIG_I2C_CADENCE=m +# Synopsys DesignWare I2C adapter +CONFIG_I2C_DESIGNWARE_CORE=y # Synopsys DesignWare Platform CONFIG_I2C_DESIGNWARE_PLATFORM=m # GPIO-based bitbanging I2C -- 2.39.5
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14802): https://lists.yoctoproject.org/g/linux-yocto/message/14802 Mute This Topic: https://lists.yoctoproject.org/mt/111360312/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
