]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
power: reset: Allow selecting POWER_RESET_BRCMSTB on ARM64
authorFlorian Fainelli <f.fainelli@gmail.com>
Wed, 31 May 2017 20:39:45 +0000 (13:39 -0700)
committerSebastian Reichel <sre@kernel.org>
Thu, 8 Jun 2017 11:05:29 +0000 (13:05 +0200)
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 <f.fainelli@gmail.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
drivers/power/reset/Kconfig

index 13f1714cf6f79887ce7ccd9411a6c4d5bc443820..fdad987bed89ff4c348f0b962792c3ebac9543a3 100644 (file)
@@ -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