1# Copyright (c) 2023 Intel Corporation 2# 3# SPDX-License-Identifier: Apache-2.0 4# 5 6config UART_SEDI 7 bool "Intel SEDI UART driver" 8 default y 9 depends on DT_HAS_INTEL_SEDI_UART_ENABLED 10 select SERIAL_HAS_DRIVER 11 select SERIAL_SUPPORT_INTERRUPT 12 help 13 This option enables the Intel SEDI UART driver. 14 This driver is simply a shim driver built upon the SEDI 15 bare metal UART driver in the hal-intel module 16