zephyr/drivers/counter/Kconfig.mcux_gpt

13 lines
297 B
Plaintext
Raw Permalink Normal View History

# 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.