[PATCH 13/14] ARM: configs: sync multi_v5_defconfig from savedefconfig

Arnd Bergmann arnd at arndb.de
Tue Mar 8 07:17:57 PST 2022


On Tue, Mar 8, 2022 at 3:30 PM Nicolas Ferre
<nicolas.ferre at microchip.com> wrote:
> On 08/03/2022 at 13:07, Andre Przywara wrote:
>
> As far as I'm concerned and only talking about the drivers, I would
> prefer that we keep the following config options activated in the .config:
>
> CONFIG_VIDEO_ATMEL_ISI=m
> CONFIG_DRM_PANEL_SIMPLE=y
> CONFIG_FB_ATMEL=y
> CONFIG_BACKLIGHT_ATMEL_LCDC=y
>
> The question to know if they are activated by default or not and if the
> associated stack is selected or not, well... I lost track of this, sorry.

These are actually missing, I think the two options we need to
enable are:

CONFIG_MEDIA_PLATFORM_SUPPORT=y
CONFIG_FB=y

All the other options that get removed are either now the default,
or are no longer part of the kernel.

         Arnd



More information about the linux-arm-kernel mailing list