serial: Add support for UART on VIA VT8500 and compatibles
[sfrench/cifs-2.6.git] / drivers / serial / Kconfig
index 0b9cc17b380b13667a532d0023b928737c066b15..388e37132cc916dd222e2fe5d98fc48cd40670fc 100644 (file)
@@ -1381,6 +1381,16 @@ config SERIAL_MSM_CONSOLE
        depends on SERIAL_MSM=y
        select SERIAL_CORE_CONSOLE
 
+config SERIAL_VT8500
+       bool "VIA VT8500 on-chip serial port support"
+       depends on ARM && ARCH_VT8500
+       select SERIAL_CORE
+
+config SERIAL_VT8500_CONSOLE
+       bool "VIA VT8500 serial console support"
+       depends on SERIAL_VT8500=y
+       select SERIAL_CORE_CONSOLE
+
 config SERIAL_NETX
        tristate "NetX serial port support"
        depends on ARM && ARCH_NETX