ARM: defconfig: FRAMEBUFFER_CONSOLE can no longer be =m
authorArnd Bergmann <arnd@arndb.de>
Mon, 18 Sep 2017 15:47:50 +0000 (17:47 +0200)
committerOlof Johansson <olof@lixom.net>
Wed, 4 Oct 2017 01:06:27 +0000 (18:06 -0700)
commite4c77f8b9b213c6315faba109c03b0db873db200
treeacbc614514d6d0fa1ba0ed76a565b9435f505d4f
parent9e66317d3c92ddaab330c125dfe9d06eee268aff
ARM: defconfig: FRAMEBUFFER_CONSOLE can no longer be =m

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@kernelci.org>
Fixes: 6104c37094e7 ("fbcon: Make fbcon a built-time depency for fbdev")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/configs/pxa_defconfig
arch/arm/configs/viper_defconfig
arch/arm/configs/zeus_defconfig