From: Jim Quinlan Date: Fri, 31 May 2019 17:22:03 +0000 (-0700) Subject: arm64: Enable ARCH_HAS_RESET_CONTROLLER for ARCH_BRCMSTB X-Git-Tag: v5.4-rc1~497^2~12^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=809eec694a7b7e0381e7d205df3374b953ca31c1;p=platform%2Fkernel%2Flinux-rpi.git arm64: Enable ARCH_HAS_RESET_CONTROLLER for ARCH_BRCMSTB Allow the use of reset controllers on ARCH_BRCMSTB such as the recently introduced RESET_BRCMSTB driver. Signed-off-by: Jim Quinlan Signed-off-by: Florian Fainelli --- diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index d0aca10..2d8b1af 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -65,6 +65,7 @@ config ARCH_BITMAIN config ARCH_BRCMSTB bool "Broadcom Set-Top-Box SoCs" + select ARCH_HAS_RESET_CONTROLLER select BCM7038_L1_IRQ select BRCMSTB_L2_IRQ select GENERIC_IRQ_CHIP