diff options
author | Tomeu Vizoso <tomeu.vizoso@collabora.com> | 2019-06-04 13:20:01 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2019-06-19 16:11:30 +0200 |
commit | f56a1fa75c5ae0f1726792944798dece2bad01d4 (patch) | |
tree | 4e418f1a6999ffb4994c91fe2c46e40abc5d215c /arch/arm | |
parent | ARM: configs: Remove useless UEVENT_HELPER_PATH (diff) | |
download | linux-f56a1fa75c5ae0f1726792944798dece2bad01d4.tar.xz linux-f56a1fa75c5ae0f1726792944798dece2bad01d4.zip |
ARM: multi_v7_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/arm')
-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 6b748f214eae..952dff9d39f2 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -656,6 +656,7 @@ CONFIG_DRM_VC4=m CONFIG_DRM_ETNAVIV=m CONFIG_DRM_MXSFB=m CONFIG_DRM_PL111=m +CONFIG_DRM_PANFROST=m CONFIG_FB_EFI=y CONFIG_FB_WM8505=y CONFIG_FB_SH_MOBILE_LCDC=y |