zephyr/drivers/pwm/Kconfig.mcux
Kumar Gala 476e90a6a5 drivers: pwm: pwm_mcux: Convert driver to new DT_INST macros
Convert driver to use DT_INST macros and remove related board per
instance Kconfig symbol usage.  We also remove dts_fixup.h defines that
are no longer needed.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-04-20 11:08:46 -05:00

11 lines
209 B
Plaintext

# STM32 PWM configuration options
# Copyright (c) 2019 Linaro Limited.
# SPDX-License-Identifier: Apache-2.0
config PWM_MCUX
bool "MCUX PWM driver"
depends on HAS_MCUX_PWM
help
Enable mcux pwm driver.