arm64: defconfig: Fix config option order
authorLeonard Crestez <leonard.crestez@nxp.com>
Tue, 27 Jun 2017 12:31:12 +0000 (15:31 +0300)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:28:37 +0000 (15:28 -0500)
Continuous integration complains if savedefconfig shows differences,
even if it's just because of reordering config options.

Fixes: 42929061c62b ("MGS-3025: ARM64: dts: freescale: imx8mq: enable viv drm")
Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
Reviewed-by: Octavian Purdila <octavian.purdila@nxp.com>
arch/arm64/configs/defconfig

index 6eb7802..c713cb4 100644 (file)
@@ -322,8 +322,8 @@ CONFIG_GMSL_MAX9286=y
 CONFIG_V4L_MEM2MEM_DRIVERS=y
 CONFIG_IMX_DPU_CORE=y
 CONFIG_DRM=y
-CONFIG_DRM_VIVANTE=m
 CONFIG_DRM_NOUVEAU=m
+CONFIG_DRM_VIVANTE=m
 CONFIG_DRM_MSM=m
 CONFIG_DRM_TEGRA=m
 CONFIG_DRM_PANEL_SIMPLE=m