zephyr/drivers/pwm/Kconfig.mcux_sctimer
Declan Snyder e48714949e drivers: pwm_mcux_sctimer: Use clock control API
Use zephyr clock control api instead of hal functions
directly in the sctimer driver

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
2023-09-12 09:23:46 +02:00

11 lines
249 B
Plaintext

# Copyright 2021 NXP
# SPDX-License-Identifier: Apache-2.0
config PWM_MCUX_SCTIMER
bool "MCUX SCTimer PWM driver"
default y
depends on DT_HAS_NXP_SCTIMER_PWM_ENABLED
depends on CLOCK_CONTROL && PINCTRL
help
Enable sctimer based pwm driver.