Skip to content

Commit

Permalink
power: reset: Default POWER_RESET_BRCMSTB to BMIPS_GENERIC
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Florian Fainelli authored and Sebastian Reichel committed Jun 8, 2017
1 parent 12031fc commit 1d2495e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/power/reset/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 1d2495e

Please sign in to comment.