zephyr/drivers/counter/Kconfig.mcux_gpt
Jiafei Pan 6a9407ede4 drivers: counter: gpt: enable MMIO memory mapping
Map the device memory in case of running with MMU on Cortex-A
Core.

Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>
2024-04-09 11:06:24 +02:00

13 lines
297 B
Plaintext

# MCUXpresso SDK RTC
# Copyright (c) 2019 Linaro Limited
# SPDX-License-Identifier: Apache-2.0
config COUNTER_MCUX_GPT
bool "MCUX GPT driver"
default y
depends on DT_HAS_NXP_IMX_GPT_ENABLED
select KERNEL_DIRECT_MAP if MMU
help
Enable support for mcux General Purpose Timer (GPT) driver.