dcf52fd566
Added initial version of Infineon CAT1 Pin controller driver. Added initial version of binding file for Infineon CAT1 Pinctrl driver. Added initial version of dt header for Infineon CAT1 pinctrl driver. Signed-off-by: Nazar Palamar <nazar.palamar@infineon.com>
13 lines
428 B
Plaintext
13 lines
428 B
Plaintext
# 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
|
|
depends on DT_HAS_INFINEON_CAT1_PINCTRL_ENABLED
|
|
help
|
|
Enable Pin controller driver for Infineon CAT1 MCUs
|