mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 07:45:16 +08:00
serial/xlnx_ps: add help chapter for XUARTPS
N/A Signed-off-by: chao an <anchao.archer@bytedance.com>
This commit is contained in:
@@ -117,6 +117,17 @@ endif
|
|||||||
menuconfig UART_XLNXPS
|
menuconfig UART_XLNXPS
|
||||||
bool "Xilinx UART Peripheral System (XUARTPS) Chip support"
|
bool "Xilinx UART Peripheral System (XUARTPS) Chip support"
|
||||||
default n
|
default n
|
||||||
|
---help---
|
||||||
|
This option enables support for the Xilinx UART Peripheral System
|
||||||
|
(XUARTPS) controller, which is commonly found in Xilinx Zynq-7000
|
||||||
|
and Zynq UltraScale+ MPSoC platforms.
|
||||||
|
|
||||||
|
The XUARTPS controller provides full-duplex UART functionality with
|
||||||
|
features such as baud rate generation, FIFO buffers, interrupt
|
||||||
|
support, and hardware flow control (RTS/CTS).
|
||||||
|
|
||||||
|
If you are building a kernel for Xilinx Zynq/Zynq MPSoC platforms
|
||||||
|
and need serial communication via the XUARTPS peripheral, say Y here.
|
||||||
|
|
||||||
if UART_XLNXPS
|
if UART_XLNXPS
|
||||||
source "drivers/serial/Kconfig-xlnxps"
|
source "drivers/serial/Kconfig-xlnxps"
|
||||||
|
|||||||
Reference in New Issue
Block a user