Skip to content

Commit

Permalink
power: reset: Allow selecting POWER_RESET_BRCMSTB on ARM64
Browse files Browse the repository at this point in the history
Since commit 37eb56d ("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>
  • Loading branch information
Florian Fainelli authored and Sebastian Reichel committed Jun 8, 2017
1 parent be04a0d commit 12031fc
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 @@ -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
Expand Down

0 comments on commit 12031fc

Please sign in to comment.