Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756243AbcK2Tmq (ORCPT ); Tue, 29 Nov 2016 14:42:46 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:37388 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755321AbcK2Tmh (ORCPT ); Tue, 29 Nov 2016 14:42:37 -0500 Date: Tue, 29 Nov 2016 20:42:47 +0100 From: Greg Kroah-Hartman To: Robin van der Gracht Cc: Linus Walleij , Arnd Bergmann , Miguel Ojeda Sandonis , linux-kernel@vger.kernel.org Subject: Re: [PATCH] auxdisplay: ht16k33: select required CONFIG_FB_CFB_* helpers Message-ID: <20161129194247.GA27926@kroah.com> References: <1480067407-14111-1-git-send-email-robin@protonic.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1480067407-14111-1-git-send-email-robin@protonic.nl> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 972 Lines: 32 On Fri, Nov 25, 2016 at 10:50:07AM +0100, Robin van der Gracht wrote: > This selects the respective helpers required in addition to the one > Arnd Bergmann pointer out earlier. > > Signed-off-by: Robin van der Gracht > --- > This is a responce to https://lkml.org/lkml/2016/11/25/66 > This patch complements the changes Arnd submitted earlier. > > drivers/auxdisplay/Kconfig | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/drivers/auxdisplay/Kconfig b/drivers/auxdisplay/Kconfig > index b8bbfc6..4ef4c5c 100644 > --- a/drivers/auxdisplay/Kconfig > +++ b/drivers/auxdisplay/Kconfig > @@ -132,6 +132,9 @@ config HT16K33 > tristate "Holtek Ht16K33 LED controller with keyscan" > depends on FB && OF && I2C && INPUT > select FB_SYS_FOPS > + select FB_CFB_FILLRECT > + select FB_CFB_COPYAREA > + select FB_CFB_IMAGEBLIT > select INPUT_MATRIXKMAP > select FB_BACKLIGHT > help What tree is this patch against? thanks, greg k-h