Virtual terminal: Allow to enable VT on Comcerto

Google-Bug-Id: 25190909

Change-Id: If3057a1819d3de66b8b677987a9dd818b56f44f3
diff --git a/drivers/tty/Kconfig b/drivers/tty/Kconfig
index bfb5415..830cd62 100644
--- a/drivers/tty/Kconfig
+++ b/drivers/tty/Kconfig
@@ -1,6 +1,6 @@
 config VT
 	bool "Virtual terminal" if EXPERT
-	depends on !S390 && !UML && !ARCH_COMCERTO
+	depends on !S390 && !UML
 	select INPUT
 	default y
 	---help---