diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2023-01-03 12:13:54 +0100 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2023-01-10 09:39:55 +0100 |
commit | db1d7b6efc6e16c398e8843379022562ba9afe05 (patch) | |
tree | fdc0d731846e509f2e1e7ff2a1a245aa2e1c75df /arch/arm/configs | |
parent | arm64: defconfig: Enable Renesas RZ/G2L MIPI DSI driver (diff) | |
download | linux-db1d7b6efc6e16c398e8843379022562ba9afe05.tar.xz linux-db1d7b6efc6e16c398e8843379022562ba9afe05.zip |
ARM: shmobile: defconfig: Refresh for v6.1-rc5
Refresh the defconfig for Renesas ARM systems:
- Disable CONFIG_DRM_RCAR_USE_MIPI_DSI (defaults to yes since commit
a830a15678593948 ("drm: rcar-du: Fix Kconfig dependency between
RCAR_DU and RCAR_MIPI_DSI"), but only used on R-Car V3U).
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/4f7757bd700edff487df387ca40ffb1524d688a4.1672744302.git.geert+renesas@glider.be
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/shmobile_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index 452aef74cc5c..751d939fcb76 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -136,6 +136,7 @@ CONFIG_VIDEO_ADV7604_CEC=y CONFIG_VIDEO_ML86V7667=y CONFIG_DRM=y CONFIG_DRM_RCAR_DU=y +# CONFIG_DRM_RCAR_USE_MIPI_DSI is not set CONFIG_DRM_PANEL_SIMPLE=y CONFIG_DRM_PANEL_EDP=y CONFIG_DRM_DISPLAY_CONNECTOR=y |