]> Git Repo - J-u-boot.git/blobdiff - drivers/serial/Kconfig
stm32x7: add support for stm32x7 serial driver
[J-u-boot.git] / drivers / serial / Kconfig
index 1ab612826914e71872c37b895a30bae27b042633..fac317610e2a615a3a4a17f3ef39f408484401e0 100644 (file)
@@ -150,6 +150,14 @@ config DEBUG_UART_PL011
          work. The driver will be available until the real driver model
          serial is running.
 
+config DEBUG_UART_PIC32
+       bool "Microchip PIC32"
+       depends on PIC32_SERIAL
+       help
+         Select this to enable a debug UART using the serial_pic32 driver. You
+         will need to provide parameters to make this work. The driver will
+         be available until the real driver model serial is running.
+
 endchoice
 
 config DEBUG_UART_BASE
@@ -241,6 +249,13 @@ config FSL_LPUART
          Select this to enable a Low Power UART for Freescale VF610 and
          QorIQ Layerscape devices.
 
+config PIC32_SERIAL
+       bool "Support for Microchip PIC32 on-chip UART"
+       depends on DM_SERIAL && MACH_PIC32
+       default y
+       help
+         Support for the UART found on Microchip PIC32 SoC's.
+
 config SYS_NS16550
        bool "NS16550 UART or compatible"
        help
This page took 0.026627 seconds and 4 git commands to generate.