Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Thierry Reding | f4c5cf8 | 2014-12-18 15:29:14 +0100 | [diff] [blame] | 2 | # drm/tegra depends on host1x, so if both drivers are built-in care must be |
| 3 | # taken to initialize them in the correct order. Link order is the only way |
| 4 | # to ensure this currently. |
Mikko Perttunen | 597b89d | 2022-05-16 11:52:51 +0300 | [diff] [blame] | 5 | obj-y += host1x/ drm/ vga/ |
Philipp Zabel | 39b9004 | 2013-09-30 16:13:39 +0200 | [diff] [blame] | 6 | obj-$(CONFIG_IMX_IPUV3_CORE) += ipu-v3/ |
Yiwei Zhang | bbd9d05 | 2020-03-02 15:50:44 -0800 | [diff] [blame] | 7 | obj-$(CONFIG_TRACE_GPU_MEM) += trace/ |