mbox series

[0/5] ARM: configs: fix multi_v5_defconfig

Message ID 20220317183043.948432-1-andre.przywara@arm.com (mailing list archive)
Headers show
Series ARM: configs: fix multi_v5_defconfig | expand

Message

Andre Przywara March 17, 2022, 6:30 p.m. UTC
This series is a revamp of two patches contained in some Allwinner
F1C100 DT update (patch 13 and 14 in [1]). Back then I was just syncing
the result of "make savedefconfig" over to multi_v5_defconfig, but this
revealed there were problems in the defconfig which warrant closer
inspection.

This series fixes the multi_v5_defconfig in a way that "make
savedefconfig" and multi_v5_defconfig come out identical, but also the
options we mention in the defconfig are actually honoured. Currently
some options are not enabled, because we lost dependencies over the past
two years or so.

The commit messages contain the details about what happened to each
option. Patches 1 and 4 are just cleanups, without .config or
savedefconfig changes, but patch 2 and 3 change the active options.
Patch 5 enables the Allwinner platform in the multi_v5_defconfig, so
that the LicheePi Nano boots to the prompt.

This series relies on [2], that fixes Kconfig dependencies for one of
the options we enable.

Please have a look!

Cheers,
Andre

[1] https://lore.kernel.org/all/20220307143421.1106209-1-andre.przywara@arm.com/
[2] https://lore.kernel.org/dri-devel/20220315084559.23510-1-tzimmermann@suse.de/raw

Andre Przywara (5):
  ARM: configs: multi_v5_defconfig: remove deleted platforms
  ARM: configs: multi_v5_defconfig: re-enable
    CONFIG_V4L_PLATFORM_DRIVERS
  ARM: configs: multi_v5_defconfig: re-enable DRM_PANEL and FB_xxx
  ARM: configs: clean up multi_v5_defconfig
  ARM: configs: multi_v5: Enable Allwinner F1C100

 arch/arm/configs/multi_v5_defconfig | 19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)