Re: [PATCH] ARM: at91: remove HAVE_FB_ATMEL for sama5 SoC as they use DRM

From: Ludovic Desroches
Date: Fri Mar 29 2019 - 09:22:07 EST


On Fri, Mar 29, 2019 at 02:05:38PM +0100, Ludovic Desroches wrote:
> On Thu, Mar 28, 2019 at 04:33:07PM +0100, Nicolas Ferre wrote:
> > SAMA5 devices use the newer DRM driver for LCD. They don't need
> > the older FB driver: remove the Kconfig option for them.
> >
> > Signed-off-by: Nicolas Ferre <nicolas.ferre@xxxxxxxxxxxxx>
> Acked-by: Ludovic Desroches <ludovic.desroches@xxxxxxxxxxxxx>
>
> CONFIG_FB_ATMEL should be removed from at91_dt_defconfig. Do you want me
> to handle it?

Sorry for the noise, I confused at91_dt_defconfig and sama5_defconfig.
So nothing to do.

Ludovic

>
> > ---
> > arch/arm/mach-at91/Kconfig | 3 ---
> > 1 file changed, 3 deletions(-)
> >
> > diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
> > index 903f23c309df..01b1bdb4fb6e 100644
> > --- a/arch/arm/mach-at91/Kconfig
> > +++ b/arch/arm/mach-at91/Kconfig
> > @@ -21,7 +21,6 @@ config SOC_SAMA5D2
> > depends on ARCH_MULTI_V7
> > select SOC_SAMA5
> > select CACHE_L2X0
> > - select HAVE_FB_ATMEL
> > select HAVE_AT91_UTMI
> > select HAVE_AT91_USB_CLK
> > select HAVE_AT91_H32MX
> > @@ -36,7 +35,6 @@ config SOC_SAMA5D3
> > bool "SAMA5D3 family"
> > depends on ARCH_MULTI_V7
> > select SOC_SAMA5
> > - select HAVE_FB_ATMEL
> > select HAVE_AT91_UTMI
> > select HAVE_AT91_SMD
> > select HAVE_AT91_USB_CLK
> > @@ -50,7 +48,6 @@ config SOC_SAMA5D4
> > depends on ARCH_MULTI_V7
> > select SOC_SAMA5
> > select CACHE_L2X0
> > - select HAVE_FB_ATMEL
> > select HAVE_AT91_UTMI
> > select HAVE_AT91_SMD
> > select HAVE_AT91_USB_CLK
> > --
> > 2.17.1
> >