1# Copyright (c) 2020 Linumiz 2# 3# Author: Parthiban Nallathambi <parthiban@linumiz.com> 4# SPDX-License-Identifier: Apache-2.0 5 6config UART_XMC4XXX 7 depends on SOC_SERIES_XMC_4XXX 8 bool "XMC4XX UART driver" 9 select SERIAL_HAS_DRIVER 10 depends on SOC_FAMILY_XMC && HAS_XMCLIB_UART 11 help 12 This option enables the XMC4XX UART driver, for UART_0. 13