26ba25
From 0d4f38c339fa1e200a01fdf8b17a0a5c22d07ae2 Mon Sep 17 00:00:00 2001
26ba25
From: Thomas Huth <thuth@redhat.com>
26ba25
Date: Tue, 15 May 2018 07:33:48 +0000
26ba25
Subject: s390x: Re-enable CONFIG_TERMINAL3270
26ba25
26ba25
Upstream-status: n/a (downstream only config change)
26ba25
26ba25
This is required to be able to connect to the guest via a 3270
26ba25
terminal.
26ba25
26ba25
Signed-off-by: Thomas Huth <thuth@redhat.com>
26ba25
---
26ba25
 default-configs/s390x-softmmu.mak | 3 +--
26ba25
 1 file changed, 1 insertion(+), 2 deletions(-)
26ba25
26ba25
diff --git a/default-configs/s390x-softmmu.mak b/default-configs/s390x-softmmu.mak
26ba25
index 649bf2c..17e871a 100644
26ba25
--- a/default-configs/s390x-softmmu.mak
26ba25
+++ b/default-configs/s390x-softmmu.mak
26ba25
@@ -4,8 +4,7 @@ CONFIG_PCI=y
26ba25
 #CONFIG_VHOST_USER_BLK=$(call land,$(CONFIG_VHOST_USER),$(CONFIG_LINUX))
26ba25
 CONFIG_VIRTIO=y
26ba25
 CONFIG_SCLPCONSOLE=y
26ba25
-# Disabled for Red Hat Enterprise Linux:
26ba25
-# CONFIG_TERMINAL3270=y
26ba25
+CONFIG_TERMINAL3270=y
26ba25
 CONFIG_S390_FLIC=y
26ba25
 CONFIG_S390_FLIC_KVM=$(CONFIG_KVM)
26ba25
 # Disabled for Red Hat Enterprise Linux:
26ba25
-- 
26ba25
1.8.3.1
26ba25