mirror of
https://github.com/zephyrproject-rtos/zephyr.git
synced 2024-12-04 10:18:24 +08:00
476e90a6a5
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>
11 lines
209 B
Plaintext
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.
|