3fb0e784ff
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>
12 lines
267 B
Plaintext
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.
|