multi_v7_defconfig has everything necessary to build for Rasperry Pi, but the BCM283X Pinctrl/GPIO driver is missing. Enable it. Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index d83e503671..ae30b7d487 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -318,6 +318,7 @@ CONFIG_MXS_APBH_DMA=y CONFIG_GPIO_GENERIC_PLATFORM=y CONFIG_GPIO_RASPBERRYPI_EXP=y CONFIG_GPIO_STMPE=y +CONFIG_PINCTRL_BCM283X=y CONFIG_PINCTRL_SINGLE=y CONFIG_IMX_OCOTP_WRITE=y CONFIG_STM32_BSEC=y -- 2.39.2