Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
8e881959a49467e70c786a30987a367e22bb4014
/
.
/
drivers
/
pwm
/
Kconfig.max32
blob: b849194515560d7a143a2e22ebf3dae81c148b95 [
file
] [
log
] [
blame
]
# Copyright (c) 2023-2024 Analog Devices, Inc.
# SPDX-License-Identifier: Apache-2.0
config PWM_MAX32
bool
"MAX32 PWM driver"
default
y
depends on DT_HAS_ADI_MAX32_PWM_ENABLED
select
PINCTRL
help
Enable
the MAX32 PWM driver
.