zephyr/drivers/gpio/Kconfig.ifx_cat1
Nazar Palamar bc638f38db drivers: gpio: Add Infineon CAT1 GPIO driver
Added initial version of Infineon CAT1 GPIO driver.
Added initial version of binding file for Infineon CAT1 GPIO driver.

Signed-off-by: Nazar Palamar <nazar.palamar@infineon.com>
2023-03-01 11:44:57 +01:00

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.