Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
079d9c34e47199fea8e64d80ff9ba10c4c871790
/
.
/
drivers
/
pwm
/
Kconfig.xmc4xxx_ccu4
blob: 2ad9a0ff4f75a2ca57d88172c6c1854e66728f88 [
file
] [
log
] [
blame
]
# Copyright (c) 2023 SLB
# SPDX-License-Identifier: Apache-2.0
config PWM_XMC4XXX_CCU4
bool
"Infineon XMC4XXX CCU4 driver"
default
y
depends on DT_HAS_INFINEON_XMC4XXX_CCU4_PWM_ENABLED
select
PINCTRL
help
Enables
Infineon
XMC4XXX CCU4 PWM driver
.