diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2019-06-06 04:56:45 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2019-06-19 10:18:07 -0400 |
commit | 8d955f24db3f60f77565af1129ee666491dbc522 (patch) | |
tree | 12e96c87deca81234ca1d4ab01a9a17ebc085088 | |
parent | d547bcf373428bfcd5f50a204087a586a52ce980 (diff) |
ARM: multi_v7_defconfig: enable Lima driver
A bunch of armv7 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>
-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 952dff9d39f2..0757e0278e22 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig | |||
@@ -656,6 +656,7 @@ CONFIG_DRM_VC4=m | |||
656 | CONFIG_DRM_ETNAVIV=m | 656 | CONFIG_DRM_ETNAVIV=m |
657 | CONFIG_DRM_MXSFB=m | 657 | CONFIG_DRM_MXSFB=m |
658 | CONFIG_DRM_PL111=m | 658 | CONFIG_DRM_PL111=m |
659 | CONFIG_DRM_LIMA=m | ||
659 | CONFIG_DRM_PANFROST=m | 660 | CONFIG_DRM_PANFROST=m |
660 | CONFIG_FB_EFI=y | 661 | CONFIG_FB_EFI=y |
661 | CONFIG_FB_WM8505=y | 662 | CONFIG_FB_WM8505=y |