From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752851AbcBVBzL (ORCPT ); Sun, 21 Feb 2016 20:55:11 -0500 Received: from eddie.linux-mips.org ([148.251.95.138]:54110 "EHLO cvs.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752383AbcBVBzI (ORCPT ); Sun, 21 Feb 2016 20:55:08 -0500 Date: Mon, 22 Feb 2016 01:55:07 +0000 (GMT) From: "Maciej W. Rozycki" To: Jean-Christophe Plagniol-Villard , Tomi Valkeinen , Geert Uytterhoeven cc: linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 2/7] video: fbdev: pmag-aa-fb: Enable building as a module In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (LFD 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org With the current TURBOchannel API support is automagical. Signed-off-by: Maciej W. Rozycki --- linux-pmag-aa-module.patch Index: linux-20160211-4maxp64/drivers/video/fbdev/Kconfig =================================================================== --- linux-20160211-4maxp64.orig/drivers/video/fbdev/Kconfig +++ linux-20160211-4maxp64/drivers/video/fbdev/Kconfig @@ -1808,8 +1808,8 @@ config FB_HIT frame buffer card. config FB_PMAG_AA - bool "PMAG-AA TURBOchannel framebuffer support" - depends on (FB = y) && TC + tristate "PMAG-AA TURBOchannel framebuffer support" + depends on FB && TC select FB_CFB_FILLRECT select FB_CFB_COPYAREA select FB_CFB_IMAGEBLIT