From patchwork Mon Oct 3 09:07:34 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jiri Slaby X-Patchwork-Id: 9360289 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id E5B53607D6 for ; Mon, 3 Oct 2016 09:07:53 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E072C28993 for ; Mon, 3 Oct 2016 09:07:53 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D4E55289A3; Mon, 3 Oct 2016 09:07:53 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8669628993 for ; Mon, 3 Oct 2016 09:07:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752807AbcJCJHo (ORCPT ); Mon, 3 Oct 2016 05:07:44 -0400 Received: from mx2.suse.de ([195.135.220.15]:32950 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752785AbcJCJHj (ORCPT ); Mon, 3 Oct 2016 05:07:39 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 20A79AC74; Mon, 3 Oct 2016 09:07:38 +0000 (UTC) From: Jiri Slaby To: akpm@linux-foundation.org Cc: linux-kernel@vger.kernel.org, Jiri Slaby , Tomi Valkeinen , linux-fbdev@vger.kernel.org Subject: [PATCH -resend 4/6] mdacon: enable COMPILE_TEST build Date: Mon, 3 Oct 2016 11:07:34 +0200 Message-Id: <20161003090736.19926-4-jslaby@suse.cz> X-Mailer: git-send-email 2.10.0 In-Reply-To: <20161003090736.19926-1-jslaby@suse.cz> References: <20161003090736.19926-1-jslaby@suse.cz> Sender: linux-fbdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fbdev@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP It can be built even on systems without ISA. So enable compile testing by specifying ISA || COMPILE_TEST. Signed-off-by: Jiri Slaby Cc: Tomi Valkeinen Cc: --- drivers/video/console/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/console/Kconfig b/drivers/video/console/Kconfig index 38da6e299149..7e9e8be24134 100644 --- a/drivers/video/console/Kconfig +++ b/drivers/video/console/Kconfig @@ -48,7 +48,7 @@ config VGACON_SOFT_SCROLLBACK_SIZE screenfuls of scrollback buffer config MDA_CONSOLE - depends on !M68K && !PARISC && ISA + depends on !M68K && !PARISC && (ISA || COMPILE_TEST) tristate "MDA text console (dual-headed)" ---help--- Say Y here if you have an old MDA or monochrome Hercules graphics