diff options
author | Andy Gross <agross@kernel.org> | 2019-09-01 08:37:54 +0300 |
---|---|---|
committer | Andy Gross <agross@kernel.org> | 2019-09-01 08:37:54 +0300 |
commit | 1cd3e52a07b86cf03079e05968d1a2641b6261c4 (patch) | |
tree | ac2e1c3a00a6a88f078af552a697d808d755321b /arch/arm/configs/multi_v7_defconfig | |
parent | 162eeae200e02ce8cc76a4d3cc8928da8145b20a (diff) | |
download | linux-1cd3e52a07b86cf03079e05968d1a2641b6261c4.tar.xz |
ARM: multi_v7_defconfig: Add DRM_MSM to defconfigs with ARCH_QCOM
Now that CONFIG_DRM_MSM is no longer default 'y' add it as a module to all
ARCH_QCOM enabled defconfigs to restore the previous expected build
behavior.
I split this off from the original patch to make this change unique to
the multi_v7_defconfig
Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <agross@kernel.org>
Diffstat (limited to 'arch/arm/configs/multi_v7_defconfig')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 6a40bc2ef271..8ccf095a58ff 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -634,6 +634,7 @@ CONFIG_DRM_ATMEL_HLCDC=m CONFIG_DRM_RCAR_DU=m CONFIG_DRM_RCAR_LVDS=y CONFIG_DRM_SUN4I=m +CONFIG_DRM_MSM=m CONFIG_DRM_FSL_DCU=m CONFIG_DRM_TEGRA=y CONFIG_DRM_STM=m |