Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753943AbcKYJv2 (ORCPT ); Fri, 25 Nov 2016 04:51:28 -0500 Received: from protonic.xs4all.nl ([83.163.252.89]:20981 "EHLO protonic.xs4all.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750997AbcKYJvU (ORCPT ); Fri, 25 Nov 2016 04:51:20 -0500 From: Robin van der Gracht To: Greg Kroah-Hartman Cc: Linus Walleij , Arnd Bergmann , Miguel Ojeda Sandonis , linux-kernel@vger.kernel.org, Robin van der Gracht Subject: [PATCH] auxdisplay: ht16k33: select required CONFIG_FB_CFB_* helpers Date: Fri, 25 Nov 2016 10:50:07 +0100 Message-Id: <1480067407-14111-1-git-send-email-robin@protonic.nl> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 809 Lines: 27 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 -- 2.7.4