]> git.sur5r.net Git - u-boot/blobdiff - drivers/serial/Kconfig
pci: Set PCI_COMMAND_IO bit for VGA device
[u-boot] / drivers / serial / Kconfig
index 002f1dafe18134ac74cee784f3f2c3756ad5dc45..ddb725d326bc276a6b73c8e192b739120beabef0 100644 (file)
@@ -109,6 +109,15 @@ config DEBUG_UART_SHIFT
          value. Use this value to specify the shift to use, where 0=byte
          registers, 2=32-bit word registers, etc.
 
+config ROCKCHIP_SERIAL
+       bool "Rockchip on-chip UART support"
+       depends on ARCH_ROCKCHIP && DM_SERIAL
+       help
+         Select this to enable a debug UART for Rockchip devices. This uses
+         the ns16550 driver. You will need to #define CONFIG_SYS_NS16550 in
+         your board config header. The clock input is automatically set to
+         use the oscillator (24MHz).
+
 config SANDBOX_SERIAL
        bool "Sandbox UART support"
        depends on SANDBOX