1# Infineon CAT1 UART configuration options 2 3# Copyright (c) 2022 Cypress Semiconductor Corporation (an Infineon company) or 4# an affiliate of Cypress Semiconductor Corporation 5# SPDX-License-Identifier: Apache-2.0 6 7config UART_INFINEON_CAT1 8 bool "Infineon CAT1 UART driver" 9 default y 10 depends on DT_HAS_INFINEON_CAT1_UART_ENABLED 11 select SERIAL_HAS_DRIVER 12 select SERIAL_SUPPORT_INTERRUPT 13 select SERIAL_SUPPORT_ASYNC 14 select USE_INFINEON_UART 15 select PINCTRL 16 select DMA if UART_ASYNC_API 17 help 18 This option enables the UART driver for Infineon CAT1 family. 19