c29b602675
add pinctrl support for kinetis tpm driver Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
12 lines
223 B
Plaintext
12 lines
223 B
Plaintext
# Copyright 2020 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# MCUX TPM PWM
|
|
|
|
config PWM_MCUX_TPM
|
|
bool "MCUX TPM PWM driver"
|
|
depends on HAS_MCUX_TPM && CLOCK_CONTROL
|
|
select PINCTRL
|
|
help
|
|
Enable the MCUX TPM PWM driver.
|