-Update formatting and contents of index.rst for cy8ckit_062s4 -Update formatting and contents of index.rst for cy8ckit_064s0s2_4343w -Update formatting and contents of index.rst for cy8cproto_062_4343w -Update formatting and contents of index.rst for cy8cproto_063_ble -Update formatting and contents of index.rst for xmc45_relax_kit -Update formatting and contents of index.rst for xmc47_relax_kit -Change all instances of "PSoC" to "PSOC" for infineon platforms Signed-off-by: McAtee Maxwell <maxwell.mcatee@infineon.com>
16 lines
426 B
Text
16 lines
426 B
Text
# Cypress SCB[UART] configuration
|
|
|
|
# Copyright (c) 2018 Cypress
|
|
# Copyright (c) 2020 ATL Electronics
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config UART_PSOC6
|
|
bool "PSOC 6 MCU SCB serial driver"
|
|
default y
|
|
depends on DT_HAS_CYPRESS_PSOC6_UART_ENABLED
|
|
select SERIAL_HAS_DRIVER
|
|
select SERIAL_SUPPORT_INTERRUPT
|
|
select USE_INFINEON_UART
|
|
select PINCTRL
|
|
help
|
|
This option enables the SCB[UART] driver for PSOC 6 SoC family.
|