diff options
author | T Michael Turney <mturney@codeaurora.org> | 2018-04-24 10:21:45 -0700 |
---|---|---|
committer | Julius Werner <jwerner@chromium.org> | 2018-05-01 23:33:45 +0000 |
commit | 7978b8b725c421679d0f87128f1e6277c4edda4b (patch) | |
tree | 515378066ccb6032782d378d944ff2e2038a7c37 /src/soc/qualcomm/sdm845/Kconfig | |
parent | d9105846bc550b5240ad5bcc56f12202412d6cfe (diff) |
sdm845: Add Timer support
Frequency set to 19.2 MHz
TEST=build
Change-Id: I56e57156df8a74cf629f7ada86cf5a5fcd5ad3c4
Signed-off-by: T Michael Turney <mturney@codeaurora.org>
Reviewed-on: https://review.coreboot.org/25202
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/soc/qualcomm/sdm845/Kconfig')
-rw-r--r-- | src/soc/qualcomm/sdm845/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/qualcomm/sdm845/Kconfig b/src/soc/qualcomm/sdm845/Kconfig index 2abe53e7c9..6399ad173d 100644 --- a/src/soc/qualcomm/sdm845/Kconfig +++ b/src/soc/qualcomm/sdm845/Kconfig @@ -10,6 +10,7 @@ config SOC_QUALCOMM_SDM845 select GENERIC_GPIO_LIB select GENERIC_UDELAY select HAVE_MONOTONIC_TIMER + select ARM64_USE_ARCH_TIMER if SOC_QUALCOMM_SDM845 |