1# Infineon CAT1 Pin controller 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 PINCTRL_INFINEON_CAT1
8	bool "Pin controller driver for Infineon CAT1 MCUs"
9	default y
10	depends on DT_HAS_INFINEON_CAT1_PINCTRL_ENABLED
11	help
12	  Enable Pin controller driver for Infineon CAT1 MCUs
13