zephyr/soc/ambiq/Kconfig.defconfig
Hao Luo 5d4353dc9a drivers: timer: ambiq: add clock source selection for stimer
Add clock source selection for stimer and make it configurable

Signed-off-by: Hao Luo <hluo@ambiq.com>
2024-12-03 04:01:45 +01:00

15 lines
271 B
Text

# SPDX-License-Identifier: Apache-2.0
#
# Copyright (c) 2023 Antmicro <www.antmicro.com>
if SOC_FAMILY_AMBIQ
rsource "*/Kconfig.defconfig"
config CORTEX_M_SYSTICK
default n if AMBIQ_STIMER_TIMER
config SYS_CLOCK_TICKS_PER_SEC
default 1024
endif # SOC_FAMILY_AMBIQ