Searched hist:e4c77f8b9b213c6315faba109c03b0db873db200 (Results 1 – 1 of 1) sorted by relevance
/linux/arch/arm/configs/ |
H A D | pxa_defconfig | diff e4c77f8b9b213c6315faba109c03b0db873db200 Mon Sep 18 17:47:50 CEST 2017 Arnd Bergmann <arnd@arndb.de> 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>
|