zephyr/drivers/counter/Kconfig.nxp_s32
Manuel Argüelles b38dab48c6 counter: nxp_s32_sys_timer: use clock control APIs
Use clock control API to retrieve the counter module's frequency and
update the boards using it to provide the source clocks.

Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
2023-09-29 16:29:31 +02:00

11 lines
289 B
Plaintext

# Copyright 2022-2023 NXP
# SPDX-License-Identifier: Apache-2.0
config COUNTER_NXP_S32_SYS_TIMER
bool "NXP S32 System Timer Module driver"
default y
depends on DT_HAS_NXP_S32_SYS_TIMER_ENABLED
select CLOCK_CONTROL
help
Enable support for NXP S32 System Timer Module (STM) driver.