Re: [PATCH] ARM: defconfig: FRAMEBUFFER_CONSOLE can no longer be =m

From: Olof Johansson
Date: Tue Oct 03 2017 - 21:30:41 EST


On Mon, Sep 18, 2017 at 05:47:50PM +0200, Arnd Bergmann wrote:
> It is no longer possible to load this at runtime, so let's
> change the few remaining users to have it built-in all
> the time.
>
> arch/arm/configs/zeus_defconfig:115:warning: symbol value 'm' invalid for FRAMEBUFFER_CONSOLE
> arch/arm/configs/viper_defconfig:116:warning: symbol value 'm' invalid for FRAMEBUFFER_CONSOLE
> arch/arm/configs/pxa_defconfig:474:warning: symbol value 'm' invalid for FRAMEBUFFER_CONSOLE
>
> Reported-by: kernelci.org bot <bot@xxxxxxxxxxxx>
> Fixes: 6104c37094e7 ("fbcon: Make fbcon a built-time depency for fbdev")
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>

Applied to fixes.


-Olof