Drop cat1 from the binding files to enable reuse by other category devices as well. Fixes #99174 Signed-off-by: Sreeram Tatapudi <sreeram.praveen@infineon.com>
13 lines
423 B
Plaintext
13 lines
423 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_PINCTRL_ENABLED
|
|
help
|
|
Enable Pin controller driver for Infineon CAT1 MCUs
|