mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-06 06:37:59 +00:00
power: reset: Allow selecting POWER_RESET_BRCMSTB on ARM64
Since commit 37eb56dc79
("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>
This commit is contained in:
parent
be04a0d77e
commit
12031fcae9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue