1# Infineon CAT1 GPIO configuration options 2 3# Copyright (c) 2022 Cypress Semiconductor Corporation (an Infineon company) or 4# an affiliate of Cypress Semiconductor Corporation 5# SPDX-License-Identifier: Apache-2.0 6 7config GPIO_INFINEON_CAT1 8 bool "Infineon CAT1 GPIO driver" 9 default y 10 depends on DT_HAS_INFINEON_CAT1_GPIO_ENABLED 11 help 12 Enable support for Infineon CAT1 GPIO controllers. 13