Thierry Reding | f4c5cf8 | 2014-12-18 15:29:14 +0100 | [diff] [blame] | 1 | # drm/tegra depends on host1x, so if both drivers are built-in care must be |
| 2 | # taken to initialize them in the correct order. Link order is the only way |
| 3 | # to ensure this currently. |
Terje Bergstrom | 7547168 | 2013-03-22 16:34:01 +0200 | [diff] [blame] | 4 | obj-$(CONFIG_TEGRA_HOST1X) += host1x/ |
Thierry Reding | f4c5cf8 | 2014-12-18 15:29:14 +0100 | [diff] [blame] | 5 | obj-y += drm/ vga/ |
Philipp Zabel | 39b9004 | 2013-09-30 16:13:39 +0200 | [diff] [blame] | 6 | obj-$(CONFIG_IMX_IPUV3_CORE) += ipu-v3/ |
Shrenuj Bansal | a419c79 | 2016-10-20 14:05:11 -0700 | [diff] [blame] | 7 | obj-$(CONFIG_QCOM_KGSL) += msm/ |