From: Doug Berger Date: Fri, 31 May 2019 17:34:38 +0000 (-0700) Subject: arm64: Enable PINCTRL for ARCH_BRCMSTB X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=724cf0aecb0d839b0b5865901b02a742dcfa6ea4;p=openwrt%2Fstaging%2Fblogic.git arm64: Enable PINCTRL for ARCH_BRCMSTB ARCH_BRCMSTB needs to use the BCM2835 pin controller for chips like BCM7211 which adopted that pin controller for GPIO. Signed-off-by: Doug Berger Signed-off-by: Florian Fainelli --- diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 2d8b1afa3799..af0d1270094a 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -69,6 +69,7 @@ config ARCH_BRCMSTB select BCM7038_L1_IRQ select BRCMSTB_L2_IRQ select GENERIC_IRQ_CHIP + select PINCTRL help This enables support for Broadcom's ARMv8 Set Top Box SoCs