diff options
author | Tomeu Vizoso <[email protected]> | 2019-06-04 13:20:02 +0200 |
---|---|---|
committer | Olof Johansson <[email protected]> | 2019-06-19 07:11:36 -0700 |
commit | bff2a29f4f29230fd55fb8460efb17a93ec9b691 (patch) | |
tree | f21e9930bf5336260a45855da69723ff3224d21d | |
parent | f56a1fa75c5ae0f1726792944798dece2bad01d4 (diff) |
arm64: defconfig: add Panfrost driver
With the goal of making it easier for CI services such as KernelCI to
run tests for it.
Signed-off-by: Tomeu Vizoso <[email protected]>
Acked-by: Neil Armstrong <[email protected]>
Signed-off-by: Olof Johansson <[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 6bb837a04e39..043d06b086e9 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_PANFROST=m CONFIG_FB=y CONFIG_FB_MODE_HELPERS=y CONFIG_BACKLIGHT_GENERIC=m |