According to raspberry sdk lts kernel v5.15, update BSP linux-yocto v5.15 kernel configs for bcm-2xxx-rpi BSP.
Signed-off-by: Meng Li <[email protected]> --- bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg b/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg index 8d41177e..82a28a4e 100644 --- a/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg +++ b/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg @@ -250,6 +250,7 @@ CONFIG_SND_BCM2835=m CONFIG_SND_SOC_CS4271_I2C=m CONFIG_SND_SOC_MA120X0P=m CONFIG_SND_SOC_MAX98357A=m +CONFIG_SND_SOC_WM8960=m # GPIO Support CONFIG_MFD_CORE=y @@ -259,6 +260,8 @@ CONFIG_GPIO_BCM_VIRT=y CONFIG_MFD_ARIZONA_I2C=m CONFIG_GPIO_ARIZONA=m CONFIG_GPIO_STMPE=y +CONFIG_GPIO_PCA953X=y +CONFIG_GPIO_PCA953X_IRQ=y # Hardware Monitoring support CONFIG_HWMON=m @@ -329,3 +332,16 @@ CONFIG_LEDS_CLASS=y CONFIG_NEW_LEDS=y CONFIG_OF_OVERLAY=y CONFIG_EXPERT=y +CONFIG_DRM_PANEL_JDI_LT070ME05000=m +CONFIG_ATA=m +CONFIG_SATA_AHCI=m +CONFIG_SATA_MV=m +CONFIG_CAN=m +CONFIG_CAN_J1939=m +CONFIG_SENSIRION_SGP30=m +CONFIG_CCS811=m +CONFIG_BH1750=m +CONFIG_RPI_POE_POWER=m +CONFIG_RC_DEVICES=y +CONFIG_KEYBOARD_CAP11XX=m +CONFIG_QCA7000_UART=m -- 2.35.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#11038): https://lists.yoctoproject.org/g/linux-yocto/message/11038 Mute This Topic: https://lists.yoctoproject.org/mt/89700194/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
