Skip to content

Mainline

Chris Brandt edited this page May 20, 2025 · 3 revisions

When building in mainline, CONFIG_DRM_I2C_ADV7511 is set to "m", so you won't see the kernel boot screen.

So, you need to change these to =y

  • CONFIG_DRM=y
  • CONFIG_DRM_BRIDGE=y
  • CONFIG_DRM_I2C_ADV7511=y
  • CONFIG_MEDIA_SUPPORT=y
  • CONFIG_VIDEO_DEV=y
  • CONFIG_VIDEO_RENESAS_FCP=y
  • CONFIG_VIDEO_RENESAS_VSP1=y
  • CONFIG_DRM_RZG2L_DU=y
  • DRM_RZG2L_MIPI_DSI=y
Clone this wiki locally