2019-11-01 20:45:29 +08:00
|
|
|
# Xilinx UART configuration
|
|
|
|
|
2018-11-18 15:29:47 +08:00
|
|
|
# Copyright (c) 2018 Xilinx Inc.
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2019-10-22 07:04:04 +08:00
|
|
|
config UART_XLNX_PS
|
2018-11-18 15:29:47 +08:00
|
|
|
bool "Xilinx serial driver for MPSoC"
|
|
|
|
depends on SOC_XILINX_ZYNQMP
|
|
|
|
select SERIAL_HAS_DRIVER
|
|
|
|
help
|
|
|
|
This option enables the UART driver for Xilinx MPSoC platforms.
|