diff options
author | Tomeu Vizoso <tomeu.vizoso@collabora.com> | 2019-06-04 13:20:02 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2019-06-19 16:11:36 +0200 |
commit | bff2a29f4f29230fd55fb8460efb17a93ec9b691 (patch) | |
tree | f21e9930bf5336260a45855da69723ff3224d21d /arch/arm64/configs | |
parent | ARM: multi_v7_defconfig: add Panfrost driver (diff) | |
download | linux-bff2a29f4f29230fd55fb8460efb17a93ec9b691.tar.xz linux-bff2a29f4f29230fd55fb8460efb17a93ec9b691.zip |
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 <tomeu.vizoso@collabora.com>
Acked-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm64/configs')
-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 |