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