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.faine...@gmail.com>
---
 drivers/power/reset/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/power/reset/Kconfig b/drivers/power/reset/Kconfig
index fdad987bed89..ca0de1a78e85 100644
--- a/drivers/power/reset/Kconfig
+++ b/drivers/power/reset/Kconfig
@@ -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.
 
-- 
2.9.3

Reply via email to