aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2021-09-14 09:48:50 +0200
committerGeert Uytterhoeven <geert+renesas@glider.be>2024-04-23 11:47:45 +0200
commitc8033afc5d8f985574ab589bad0df3d9056848c0 (patch)
treed69faa5b45fded8d3752b1651dea36f9605407ae
parenteff88222a1b8e0bebbbddbc5c3d839720f628294 (diff)
downloadrenesas-drivers-c8033afc5d8f985574ab589bad0df3d9056848c0.tar.gz
ARM: shmobile: defconfig: Update shmobile_defconfig
Notice: this object is not reachable from any branch.
Update the defconfig for Renesas ARM systems: - Enable CONFIG_WERROR to compile the kernel with warnings as errors, - Disable CONFIG_DRM_DISPLAY_HDCP_HELPER (auto-enabled since commit 3166e7e6d935caae ("drm: Switch DRM_DISPLAY_HDCP_HELPER to depends on")), - Disable CONFIG_DRM_DISPLAY_HDMI_HELPER (auto-enabled since commit f6d2dc03fa8546b2 ("drm: Switch DRM_DISPLAY_HDMI_HELPER to depends on")). Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Notice: this object is not reachable from any branch.
-rw-r--r--arch/arm/configs/shmobile_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index 56925adfe84229..af6170f7dad1d2 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -1,3 +1,4 @@
+CONFIG_WERROR=y
CONFIG_SYSVIPC=y
CONFIG_NO_HZ_IDLE=y
CONFIG_IKCONFIG=y
@@ -136,6 +137,8 @@ CONFIG_VIDEO_ADV7604_CEC=y
CONFIG_VIDEO_ML86V7667=y
CONFIG_DRM=y
CONFIG_DRM_FBDEV_EMULATION=y
+# CONFIG_DRM_DISPLAY_HDCP_HELPER is not set
+# CONFIG_DRM_DISPLAY_HDMI_HELPER is not set
CONFIG_DRM_RCAR_DU=y
# CONFIG_DRM_RCAR_USE_MIPI_DSI is not set
CONFIG_DRM_SHMOBILE=y