zephyr/drivers/pwm/Kconfig.nxp_flexio
Sumit Batra 8d790a8979 drivers: pwm: generate pwm with nxp flexio IP
This driver can be used for both mcux and
s32k series SoCs which have flexio IP.
PWM channel is automatically allocated by
flexio driver based on the available timers.

Signed-off-by: Sumit Batra <sumit.batra@nxp.com>
2024-06-11 11:38:48 +01:00

13 lines
290 B
Plaintext

# Copyright 2024 NXP
# SPDX-License-Identifier: Apache-2.0
config PWM_NXP_FLEXIO
bool "NXP Flexio PWM driver"
default y
depends on DT_HAS_NXP_FLEXIO_ENABLED
depends on CLOCK_CONTROL
depends on DT_HAS_NXP_FLEXIO_PWM_ENABLED
select MCUX_FLEXIO
help
Enable flexio based pwm driver.