Message ID | afd290238d7a7b392aa477590f3d05f3ebb2f9b9.1591719237.git.mnhagan88@gmail.com |
---|---|
State | New |
Headers | show |
Series | [1/3] ARM: dts: NSP: Disable PL330 by default, add dma-coherent property | expand |
diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig index 6aa938b949db..1df0ee01ee02 100644 --- a/arch/arm/mach-bcm/Kconfig +++ b/arch/arm/mach-bcm/Kconfig @@ -53,6 +53,7 @@ config ARCH_BCM_NSP select ARM_ERRATA_754322 select ARM_ERRATA_775420 select ARM_ERRATA_764369 if SMP + select ARM_TIMER_SP804 select THERMAL select THERMAL_OF help
The NSP SoC includes an SP804 timer so should be enabled here. Signed-off-by: Matthew Hagan <mnhagan88@gmail.com> --- arch/arm/mach-bcm/Kconfig | 1 + 1 file changed, 1 insertion(+)