2023-02-23 14:04:53 +02:00
|
|
|
# Infineon CAT1 Pin controller configuration options
|
|
|
|
|
|
|
|
|
|
# Copyright (c) 2022 Cypress Semiconductor Corporation (an Infineon company) or
|
|
|
|
|
# an affiliate of Cypress Semiconductor Corporation
|
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
|
|
config PINCTRL_INFINEON_CAT1
|
|
|
|
|
bool "Pin controller driver for Infineon CAT1 MCUs"
|
|
|
|
|
default y
|
2025-12-06 13:00:11 -08:00
|
|
|
depends on DT_HAS_INFINEON_PINCTRL_ENABLED
|
2023-02-23 14:04:53 +02:00
|
|
|
help
|
|
|
|
|
Enable Pin controller driver for Infineon CAT1 MCUs
|