zephyr/drivers/counter/Kconfig.mcux_tpm
Marouen Ghodhbane 3fb0e784ff drivers: counter: mcux: add support for TPM
Add TPM native Zephyr driver. It's mainly inspired from the GPT
counter implementation.

Signed-off-by: Marouen Ghodhbane <marouen.ghodhbane@nxp.com>
Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>
2024-04-30 08:53:59 +02:00

12 lines
267 B
Plaintext

# MCUXpresso SDK TPM
# Copyright 2023-2024 NXP
# SPDX-License-Identifier: Apache-2.0
config COUNTER_MCUX_TPM
bool "MCUX TPM counter driver"
default y
depends on DT_HAS_NXP_TPM_TIMER_ENABLED
help
Enable support for mcux Timer PWM Module (TPM) counter driver.