|
@@ -50,7 +50,10 @@ obj-$(CONFIG_RESET_CONTROLLER) += reset/
|
|
|
obj-y += tty/
|
|
|
obj-y += char/
|
|
|
|
|
|
-# gpu/ comes after char for AGP vs DRM startup
|
|
|
+# iommu/ comes before gpu as gpu are using iommu controllers
|
|
|
+obj-$(CONFIG_IOMMU_SUPPORT) += iommu/
|
|
|
+
|
|
|
+# gpu/ comes after char for AGP vs DRM startup and after iommu
|
|
|
obj-y += gpu/
|
|
|
|
|
|
obj-$(CONFIG_CONNECTOR) += connector/
|
|
@@ -141,7 +144,6 @@ obj-y += clk/
|
|
|
|
|
|
obj-$(CONFIG_MAILBOX) += mailbox/
|
|
|
obj-$(CONFIG_HWSPINLOCK) += hwspinlock/
|
|
|
-obj-$(CONFIG_IOMMU_SUPPORT) += iommu/
|
|
|
obj-$(CONFIG_REMOTEPROC) += remoteproc/
|
|
|
obj-$(CONFIG_RPMSG) += rpmsg/
|
|
|
|