From: chenzhen Date: Fri, 4 Mar 2016 14:04:38 +0000 (+0800) Subject: MALI: add midgard src dir X-Git-Tag: firefly_0821_release~3240 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e7438c151831192d5f3b1aac6d14054da7f6a0c6;p=firefly-linux-kernel-4.4.55.git MALI: add midgard src dir Change-Id: I9938fe0377fc57e030c9e5109c216d6c62dbeef0 Signed-off-by: chenzhen --- diff --git a/drivers/gpu/Makefile b/drivers/gpu/Makefile index f203eac28637..88d9e523227f 100644 --- a/drivers/gpu/Makefile +++ b/drivers/gpu/Makefile @@ -2,6 +2,6 @@ # taken to initialize them in the correct order. Link order is the only way # to ensure this currently. obj-$(CONFIG_TEGRA_HOST1X) += host1x/ -obj-y += drm/ vga/ +obj-y += drm/ vga/ arm/ obj-$(CONFIG_IMX_IPUV3_CORE) += ipu-v3/ obj-$(CONFIG_POWERVR_ROGUE_M) += rogue_m/ diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 110dd9a036d8..47675cfc68d9 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -26,6 +26,8 @@ source "drivers/gpu/drm/Kconfig" source "drivers/gpu/rogue_m/Kconfig" +source "drivers/gpu/arm/midgard/Kconfig" + menu "Frame buffer Devices" source "drivers/video/fbdev/Kconfig" endmenu