diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2019-06-06 10:56:44 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2019-06-19 07:12:43 -0700 |
commit | d547bcf373428bfcd5f50a204087a586a52ce980 (patch) | |
tree | d30f199a8b21589f7a7c3381f8571da7f2bdc266 /arch/arm64/configs/defconfig | |
parent | bff2a29f4f29230fd55fb8460efb17a93ec9b691 (diff) | |
download | lwn-d547bcf373428bfcd5f50a204087a586a52ce980.tar.gz lwn-d547bcf373428bfcd5f50a204087a586a52ce980.zip |
arm64: defconfig: enable Lima driver
A bunch of arm64 boards can now use the Lima driver, let's enable it
in defconfig, it will be useful to have it enabled for KernelCI
boot and runtime testing.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm64/configs/defconfig')
-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 043d06b086e9..dee14a1727c9 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -504,6 +504,7 @@ CONFIG_DRM_HISI_HIBMC=m CONFIG_DRM_HISI_KIRIN=m CONFIG_DRM_MESON=m CONFIG_DRM_PL111=m +CONFIG_DRM_LIMA=m CONFIG_DRM_PANFROST=m CONFIG_FB=y CONFIG_FB_MODE_HELPERS=y |