| # Infineon GPIO configuration options | |
| # Copyright (c) 2022-2025 Cypress Semiconductor Corporation (an Infineon company) or | |
| # an affiliate of Cypress Semiconductor Corporation | |
| # SPDX-License-Identifier: Apache-2.0 | |
| config GPIO_INFINEON | |
| bool "Infineon GPIO driver" | |
| default y | |
| depends on DT_HAS_INFINEON_GPIO_ENABLED | |
| help | |
| Enable GPIO driver for Infineon MCUs using the "infineon,gpio" | |
| compatible. |