diff options
| author | Jisheng Zhang <[email protected]> | 2020-10-09 15:08:31 +0800 |
|---|---|---|
| committer | Arnd Bergmann <[email protected]> | 2020-10-26 10:45:03 +0100 |
| commit | b0fc70ce1f028e14a37c186d9f7a55e51439b83a (patch) | |
| tree | e156c4a79297ea8f410ceea518209234137dea78 | |
| parent | 7d54eb90cd44d809b6da56baa8b55299ca601473 (diff) | |
arm64: berlin: Select DW_APB_TIMER_OF
Berlin SoCs always contain some DW APB timers which can be used as an
always-on broadcast timer.
Link: https://lore.kernel.org/r/[email protected]
Cc: <[email protected]> # v3.14+
Signed-off-by: Jisheng Zhang <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
| -rw-r--r-- | arch/arm64/Kconfig.platforms | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 6f2494dd6d60..5c4ac1c9f4e0 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -54,6 +54,7 @@ config ARCH_BCM_IPROC config ARCH_BERLIN bool "Marvell Berlin SoC Family" select DW_APB_ICTL + select DW_APB_TIMER_OF select GPIOLIB select PINCTRL help |