zephyr/drivers/serial/Kconfig.ifx_cat1
Sreeram Tatapudi 774a62e67b drivers: serial: Update UART driver to support XMC7200
Update UART driver to support XMC7200

Signed-off-by: Sreeram Tatapudi <sreeram.praveen@infineon.com>
2025-05-28 21:29:20 +02:00

19 lines
593 B
Plaintext

# Infineon CAT1 UART 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 UART_INFINEON_CAT1
bool "Infineon CAT1 UART driver"
default y
depends on DT_HAS_INFINEON_CAT1_UART_ENABLED
select SERIAL_HAS_DRIVER
select SERIAL_SUPPORT_INTERRUPT
select SERIAL_SUPPORT_ASYNC if !SOC_FAMILY_INFINEON_CAT1C
select USE_INFINEON_UART
select PINCTRL
select DMA if UART_ASYNC_API
help
This option enables the UART driver for Infineon CAT1 family.