]> git.sur5r.net Git - u-boot/blobdiff - drivers/serial/Kconfig
serial: Add Actions Semi OWL UART support
[u-boot] / drivers / serial / Kconfig
index 2940bd05dc3f939c8e76e9a00dfd4ac6f9e150a6..766e5ced03e72e2957c40fead2fa0a4d78e9ecb6 100644 (file)
@@ -625,6 +625,14 @@ config MSM_SERIAL
          for example APQ8016 and MSM8916.
          Single baudrate is supported in current implementation (115200).
 
+config OWL_SERIAL
+       bool "Actions Semi OWL UART"
+       depends on DM_SERIAL && ARCH_OWL
+       help
+         If you have a Actions Semi OWL based board and want to use the on-chip
+         serial port, say Y to this option. If unsure, say N.
+         Single baudrate is supported in current implementation (115200).
+
 config PXA_SERIAL
        bool "PXA serial port support"
        help