13 lines
392 B
Plaintext
13 lines
392 B
Plaintext
|
# Infineon CAT1 GPIO 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 GPIO_INFINEON_CAT1
|
||
|
bool "Infineon CAT1 GPIO driver"
|
||
|
default y
|
||
|
depends on DT_HAS_INFINEON_CAT1_GPIO_ENABLED
|
||
|
help
|
||
|
Enable support for Infineon CAT1 GPIO controllers.
|