zephyr/drivers/serial/Kconfig.ifx_cat1
Bill Waters eb19d32588 drivers: Remove CONFIG_PINCTRL in defconfig files
The CONFIG_PINCTRL setting is removed from the board
_defconfig files.  And "select PINCTRL" is added to
the appropriate driver files.

Signed-off-by: Bill Waters <bill.waters@infineon.com>
2024-09-23 18:08:14 -04:00

16 lines
504 B
Text

# 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 USE_INFINEON_UART
select PINCTRL
help
This option enables the UART driver for Infineon CAT1 family.