From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jingoo Han Date: Fri, 25 Apr 2014 08:58:38 +0000 Subject: Re: [PATCH 10/13] video/pxa: LCD_CORGI needs BACKLIGHT_CLASS_DEVICE Message-Id: <000701cf6064$8c4482d0$a4cd8870$%han@samsung.com> List-Id: References: <1398342509-10243-1-git-send-email-peter.griffin@linaro.org> <1398342509-10243-11-git-send-email-peter.griffin@linaro.org> In-Reply-To: <1398342509-10243-11-git-send-email-peter.griffin@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: 'Peter Griffin' , linux-kernel@vger.kernel.org Cc: linaro-kernel@lists.linaro.org, 'Arnd Bergmann' , 'Bryan Wu' , 'Lee Jones' , 'Jean-Christophe Plagniol-Villard' , 'Tomi Valkeinen' , linux-fbdev@vger.kernel.org, 'Jingoo Han' On Thursday, April 24, 2014 9:28 PM, Peter Griffin wrote: > > From: Arnd Bergmann > > This fixes a randconfig build error when BACKLIGHT_CLASS_DEVICE > is disabled, by describing the dependency in Kconfig, > as we do for the other drivers in this directory. > > Signed-off-by: Arnd Bergmann > Signed-off-by: Peter Griffin > Cc: Jingoo Han Acked-by: Jingoo Han Best regards, Jingoo Han > Cc: Bryan Wu > Cc: Lee Jones > Cc: Jean-Christophe Plagniol-Villard > Cc: Tomi Valkeinen > Cc: linux-fbdev@vger.kernel.org > --- > drivers/video/backlight/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig > index ac6bc28..5675511 100644 > --- a/drivers/video/backlight/Kconfig > +++ b/drivers/video/backlight/Kconfig > @@ -29,7 +29,7 @@ if LCD_CLASS_DEVICE > > config LCD_CORGI > tristate "LCD Panel support for SHARP corgi/spitz model" > - depends on SPI_MASTER && PXA_SHARPSL > + depends on SPI_MASTER && PXA_SHARPSL && BACKLIGHT_CLASS_DEVICE > help > Say y here to support the LCD panels usually found on SHARP > corgi (C7x0) and spitz (Cxx00) models. > -- > 1.7.9.5