diff options
author | Christian Gmeiner <[email protected]> | 2019-08-02 14:20:28 +0200 |
---|---|---|
committer | Shawn Guo <[email protected]> | 2019-08-03 17:15:37 +0200 |
commit | cd1b1264632a3fe739016843005e49e42c60be55 (patch) | |
tree | f79e44a78ea0fc4ea27bdf292e919d1df9daab03 | |
parent | f27c3a359e6ed0f220fa767f6c965d581e7a7c6d (diff) |
arm64: defconfig: CONFIG_DRM_ETNAVIV=m
For imx8 we want to enable etnaviv, let's enable it
in defconfig, it will be useful to have it enabled for KernelCI
boot and runtime testing.
Signed-off-by: Christian Gmeiner <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 121aeb205247..8b03a22a3ab3 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -534,6 +534,7 @@ CONFIG_DRM_PANEL_SIMPLE=m CONFIG_DRM_SII902X=m CONFIG_DRM_I2C_ADV7511=m CONFIG_DRM_VC4=m +CONFIG_DRM_ETNAVIV=m CONFIG_DRM_HISI_HIBMC=m CONFIG_DRM_HISI_KIRIN=m CONFIG_DRM_MESON=m |