1# Copyright (c) 2023 SLB
2# SPDX-License-Identifier: Apache-2.0
3
4config PWM_XMC4XXX_CCU8
5	bool "Infineon XMC4XXX CCU4 driver"
6	default y
7	depends on DT_HAS_INFINEON_XMC4XXX_CCU8_PWM_ENABLED
8	help
9	  Enables Infineon XMC4XXX CCU8 PWM driver.
10