From 91f955658158497592b6696b46e0b70d5e3ea311 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Sun, 8 May 2022 17:51:40 +0200 Subject: [PATCH] Fix RPI 5.15 config --- root/target/linux/bcm27xx/bcm2709/config-5.15 | 1 + root/target/linux/bcm27xx/bcm2710/config-5.15 | 1 + root/target/linux/bcm27xx/bcm2711/config-5.15 | 2 ++ 3 files changed, 4 insertions(+) diff --git a/root/target/linux/bcm27xx/bcm2709/config-5.15 b/root/target/linux/bcm27xx/bcm2709/config-5.15 index 5b6c8b7e..ba250a0a 100644 --- a/root/target/linux/bcm27xx/bcm2709/config-5.15 +++ b/root/target/linux/bcm27xx/bcm2709/config-5.15 @@ -230,6 +230,7 @@ CONFIG_GPIOLIB=y CONFIG_GPIOLIB_IRQCHIP=y CONFIG_GPIO_BCM_VIRT=y # CONFIG_GPIO_FSM is not set +# CONFIG_GPIO_PWM is not set CONFIG_GPIO_RASPBERRYPI_EXP=y CONFIG_HANDLE_DOMAIN_IRQ=y CONFIG_HARDEN_BRANCH_PREDICTOR=y diff --git a/root/target/linux/bcm27xx/bcm2710/config-5.15 b/root/target/linux/bcm27xx/bcm2710/config-5.15 index 39818dab..17bc8bb1 100644 --- a/root/target/linux/bcm27xx/bcm2710/config-5.15 +++ b/root/target/linux/bcm27xx/bcm2710/config-5.15 @@ -233,6 +233,7 @@ CONFIG_GPIOLIB=y CONFIG_GPIOLIB_IRQCHIP=y CONFIG_GPIO_BCM_VIRT=y # CONFIG_GPIO_FSM is not set +# CONFIG_GPIO_PWM is not set CONFIG_GPIO_RASPBERRYPI_EXP=y CONFIG_HANDLE_DOMAIN_IRQ=y CONFIG_HARDIRQS_SW_RESEND=y diff --git a/root/target/linux/bcm27xx/bcm2711/config-5.15 b/root/target/linux/bcm27xx/bcm2711/config-5.15 index c82ae449..ab0c6e2d 100644 --- a/root/target/linux/bcm27xx/bcm2711/config-5.15 +++ b/root/target/linux/bcm27xx/bcm2711/config-5.15 @@ -245,6 +245,8 @@ CONFIG_GPIOLIB=y CONFIG_GPIOLIB_IRQCHIP=y CONFIG_GPIO_BCM_VIRT=y # CONFIG_GPIO_FSM is not set +# CONFIG_GPIO_GENERIC_PLATFORM is not set +# CONFIG_GPIO_PWM is not set CONFIG_GPIO_RASPBERRYPI_EXP=y CONFIG_HANDLE_DOMAIN_IRQ=y CONFIG_HARDEN_BRANCH_PREDICTOR=y