From: Florian Fainelli Date: Wed, 31 May 2017 20:39:45 +0000 (-0700) Subject: power: reset: Allow selecting POWER_RESET_BRCMSTB on ARM64 X-Git-Tag: v4.13-rc1~172^2~26 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=12031fcae9e74f582579c71c3b2a78cc82ad6c3c;p=karo-tx-linux.git power: reset: Allow selecting POWER_RESET_BRCMSTB on ARM64 Since commit 37eb56dc79a8 ("arm64: Add Broadcom Set Top Box Kconfig entry point") we have ARCH_BRCMSTB also visible on ARM64 platform, yet this reboot driver was not selectable, so fix that. Signed-off-by: Florian Fainelli Signed-off-by: Sebastian Reichel --- diff --git a/drivers/power/reset/Kconfig b/drivers/power/reset/Kconfig index 13f1714cf6f7..fdad987bed89 100644 --- a/drivers/power/reset/Kconfig +++ b/drivers/power/reset/Kconfig @@ -58,7 +58,7 @@ config POWER_RESET_BRCMKONA config POWER_RESET_BRCMSTB bool "Broadcom STB reset driver" - depends on ARM || MIPS || COMPILE_TEST + depends on ARM || ARM64 || MIPS || COMPILE_TEST depends on MFD_SYSCON default ARCH_BRCMSTB help