Skip to content

Commit 2385132

Browse files
committed
ARM: multi_v7_defconfig: Enable Panfrost and Lima drivers
Enable support for Mali GPU with Panfrost and Lima drivers. Most of Exynos chipsets come with Mali GPUs: 1. Mali 400 (Exynos3250, Exynos4210, Exynos4412), 2. Mali T628 (Exynos542x). As Mali GPU is quite popular among ARM vendors, other platforms will benefit as well. Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 5a96019 commit 2385132

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arch/arm/configs/multi_v7_defconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,6 +656,8 @@ CONFIG_DRM_VC4=m
656656
CONFIG_DRM_ETNAVIV=m
657657
CONFIG_DRM_MXSFB=m
658658
CONFIG_DRM_PL111=m
659+
CONFIG_DRM_LIMA=m
660+
CONFIG_DRM_PANFROST=m
659661
CONFIG_FB_EFI=y
660662
CONFIG_FB_WM8505=y
661663
CONFIG_FB_SH_MOBILE_LCDC=y
@@ -940,7 +942,6 @@ CONFIG_ARCH_TEGRA_2x_SOC=y
940942
CONFIG_ARCH_TEGRA_3x_SOC=y
941943
CONFIG_ARCH_TEGRA_114_SOC=y
942944
CONFIG_ARCH_TEGRA_124_SOC=y
943-
CONFIG_PM_DEVFREQ=y
944945
CONFIG_ARM_TEGRA_DEVFREQ=m
945946
CONFIG_TI_AEMIF=y
946947
CONFIG_IIO=y

0 commit comments

Comments
 (0)