On Sat, Apr 18, 2020 at 12:11 PM Robert Jarzmik <robert.jarzmik@xxxxxxx> wrote: > > Arnd Bergmann <arnd@xxxxxxxx> writes: > > Hi Arnd, > > > diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig > > index f60bc29aef68..8444d40df1b3 100644 > > --- a/arch/arm/mach-pxa/Kconfig > > +++ b/arch/arm/mach-pxa/Kconfig > > @@ -549,9 +549,6 @@ config MACH_ICONTROL > > > > config ARCH_PXA_ESERIES > > bool "PXA based Toshiba e-series PDAs" > > - select FB_W100 > > - select FB > > - select PXA25x > This last line puzzles me a bit in this patch. Why removing the PXA25x select ? It's a mistake, fixed now. Thanks for taking a look! Arnd