1# Infineon CAT1 PWM configuration options 2 3# Copyright (c) 2024 Cypress Semiconductor Corporation (an Infineon company) or 4# an affiliate of Cypress Semiconductor Corporation 5# 6# SPDX-License-Identifier: Apache-2.0 7 8config PWM_INFINEON_CAT1 9 bool "Infineon CAT1 PWM driver" 10 default y 11 depends on DT_HAS_INFINEON_CAT1_PWM_ENABLED 12 depends on SOC_FAMILY_INFINEON_CAT1B 13 select USE_INFINEON_PWM 14 select PINCTRL 15 help 16 This option enables the PWM driver for Infineon CAT1 family. 17