Modify Kconfig and Makefile for mali.
Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
# drm/tegra depends on host1x, so if both drivers are built-in care must be
# 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 += arm/
obj-y += drm/ vga/
+obj-$(CONFIG_TEGRA_HOST1X) += host1x/
obj-$(CONFIG_IMX_IPUV3_CORE) += ipu-v3/
source "drivers/gpu/host1x/Kconfig"
source "drivers/gpu/ipu-v3/Kconfig"
+source "drivers/gpu/arm/Kconfig"
+
menu "Direct Rendering Manager"
source "drivers/gpu/drm/Kconfig"
endmenu