[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YfFGcEDnQwdDSwOx@smile.fi.intel.com>
Date: Wed, 26 Jan 2022 15:02:40 +0200
From: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
To: Joe Perches <joe@...ches.com>
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Phillip Potter <phil@...lpotter.co.uk>,
Lee Jones <lee.jones@...aro.org>,
Heiner Kallweit <hkallweit1@...il.com>,
Carlis <zhangxuezhi1@...ong.com>, linux-kernel@...r.kernel.org,
linux-staging@...ts.linux.dev, linux-fbdev@...r.kernel.org,
dri-devel@...ts.freedesktop.org,
Michael Hennerich <michael.hennerich@...log.com>,
Helge Deller <deller@....de>, Andy Shevchenko <andy@...nel.org>
Subject: Re: [PATCH v1 4/4] fbtft: Replace 'depends on FB_TFT' by 'if FB_TFT
... endif'
On Wed, Jan 26, 2022 at 12:54:13AM -0800, Joe Perches wrote:
> On Tue, 2022-01-25 at 22:21 +0200, Andy Shevchenko wrote:
> > Replace 'depends on FB_TFT' by 'if FB_TFT ... endif'
> > for the sake of deduplication.
> []
> > diff --git a/drivers/video/fbtft/Kconfig b/drivers/video/fbtft/Kconfig
> []
> > @@ -10,87 +10,75 @@ menuconfig FB_TFT
> > select FB_DEFERRED_IO
> > select FB_BACKLIGHT
> >
> > +if FB_TFT
> > +
> []
> > config FB_TFT_PCD8544
> > tristate "FB driver for the PCD8544 LCD Controller"
> > - depends on FB_TFT
> > help
> > Generic Framebuffer support for PCD8544
> >
> > @@ -108,62 +96,52 @@ config FB_TFT_S6D02A1
>
> Looks like you missed a couple.
Thanks! I'll incorporate it, if the series has a continuation.
--
With Best Regards,
Andy Shevchenko
Powered by blists - more mailing lists