power: reset: Default POWER_RESET_BRCMSTB to BMIPS_GENERIC
authorFlorian Fainelli <f.fainelli@gmail.com>
Wed, 31 May 2017 20:39:46 +0000 (13:39 -0700)
committerSebastian Reichel <sre@kernel.org>
Thu, 8 Jun 2017 11:05:30 +0000 (13:05 +0200)
On Broadcom MIPS STB platforms, BMIPS_GENERIC is the Kconfig symbol that
is used, make this reboot driver default to that value to make sure we
can reboot a system properly.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
drivers/power/reset/Kconfig

index fdad987bed89ff4c348f0b962792c3ebac9543a3..ca0de1a78e852969190478d4e2758faea33f6cf4 100644 (file)
@@ -60,7 +60,7 @@ config POWER_RESET_BRCMSTB
        bool "Broadcom STB reset driver"
        depends on ARM || ARM64 || MIPS || COMPILE_TEST
        depends on MFD_SYSCON
-       default ARCH_BRCMSTB
+       default ARCH_BRCMSTB || BMIPS_GENERIC
        help
          This driver provides restart support for Broadcom STB boards.