From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751395AbeAYPry (ORCPT ); Thu, 25 Jan 2018 10:47:54 -0500 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:35014 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751353AbeAYPrs (ORCPT ); Thu, 25 Jan 2018 10:47:48 -0500 From: Farhan Ali To: linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org, linux-fbdev@vger.kernel.org Cc: schwidefsky@de.ibm.com, borntraeger@de.ibm.com, stefan.kristiansson@saunalahti.fi, tomi.valkeinen@ti.com Subject: [PATCH v1 0/2] Kconfig changes to enable Graphics Support for S390 Date: Thu, 25 Jan 2018 10:47:29 -0500 X-Mailer: git-send-email 2.7.4 X-TM-AS-GCONF: 00 x-cbid: 18012515-0036-0000-0000-000002B396E9 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00008425; HX=3.00000241; KW=3.00000007; PH=3.00000004; SC=3.00000248; SDB=6.00980201; UDB=6.00496881; IPR=6.00759502; BA=6.00005795; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00019207; XFM=3.00000015; UTC=2018-01-25 15:47:35 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 18012515-0037-0000-0000-0000431E25C5 Message-Id: X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2018-01-25_06:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1709140000 definitions=main-1801250212 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, This series of patches are in preparation for enabling an additional tty and console for a S390 KVM guest using a virtio-gpu device[1]. One of the steps to do this would be to enable CONFIG_VT for S390, and this would also require the dummy console (CONFIG_DUMMY_CONSOLE). Patch 1 enables the "Graphics support" menu which is needed to enable dummy console, since the VT layer needs it. Patch 2 fixes a Kconfig dependency issue for opencores framebuffer devices. This issue was exposed by the previous patch. Thanks Farhan [1] https://lists.nongnu.org/archive/html/qemu-devel/2017-09/msg04184.html Farhan Ali (2): Kconfig : Remove HAS_IOMEM dependency for Graphics support fbdev: Kconfig: Add HAS_IOMEM dependency for FB_OPENCORES drivers/video/Kconfig | 1 - drivers/video/fbdev/Kconfig | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) -- 2.7.4