Commit 99b90b5d authored by Florian Fainelli's avatar Florian Fainelli

ARM: BCM63XX: Enable reset controller support

Allow BCM63xx to compile support for reset controllers since we will
require a specific reset controller to release resets for on-chip
peripherals.
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 8f34fe4a
...@@ -189,6 +189,7 @@ config ARCH_BCM_63XX ...@@ -189,6 +189,7 @@ config ARCH_BCM_63XX
bool "Broadcom BCM63xx DSL SoC" bool "Broadcom BCM63xx DSL SoC"
depends on ARCH_MULTI_V7 depends on ARCH_MULTI_V7
depends on MMU depends on MMU
select ARCH_HAS_RESET_CONTROLLER
select ARM_ERRATA_754322 select ARM_ERRATA_754322
select ARM_ERRATA_764369 if SMP select ARM_ERRATA_764369 if SMP
select ARM_GIC select ARM_GIC
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment