Skip to content

Integrate meta-seconorth-machine/sort_defconfigs

Commit: seco-ne/yocto/layers/meta-seconorth-machine@718ac0a7

kernel:config: Re-export via savedefconfig

The i.MX8MP 5.15 defconfig did contain some keys that have been manually added and that were removed by the savedefconfig command.

  • CONFIG_AC97_BUS_COMPAT is active per default
  • CONFIG_AC97_BUS_NEW is active per default
  • CONFIG_AUDIT is inactive per default
  • CONFIG_BATTERY_WM97XX is inactive per default
  • CONFIG_DMABUF_HEAPS_SYSTEM_UNCACHED seems to be removed from the Kernel
  • CONFIG_ION_CMA_HEAP seems to be removed from the Kernel
  • CONFIG_ION seems to be removed from the Kernel
  • CONFIG_DMA_SHARED_BUFFER is active per default
  • CONFIG_MXC_CAMERA_OV5640_MIPI_V2 was manually commented out; correctly removed since inactive per default
  • CONFIG_REGMAP_AC97 added implicitly via MFD_WM97xx [=y] && HAS_IOMEM [=y] && AC97_BUS_NEW [=y]
  • CONFIG_TOUCHSCREEN_WM9705 is active per default when WM97XX is active; the other drivers are "actively" deactivated (e.g. WM9713)
  • CONFIG_SND_SOC_AC97_BUS_NEW added implicitly via SND_SOC_FSL_SAI_AC97 [=y] && SOUND [=y] && !UML && SND [=y] && SND_SOC [=y]
  • CONFIG_SND_SOC_AC97_BUS could be added implicitly, which isn't the case for us (since we don't use the actual sound drivers for the WMXX)
  • CONFIG_SND_AC97_CODEC could also be added implicitly, what we don't do
  • CONFIG_SND_SOC_WM9705 is added by SND_PXA2XX_SOC_E7X0 that we don't use

--

Commit: seco-ne/yocto/layers/meta-seconorth-machine@d7a772ed

kernel:config: Applied sort and uniq on all defconfigs

Merge request reports

Loading