2019-05-19 14:07:45 +02:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2014-12-18 15:29:14 +01:00
|
|
|
# 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.
|
2013-03-22 15:34:01 +01:00
|
|
|
obj-$(CONFIG_TEGRA_HOST1X) += host1x/
|
2014-12-18 15:29:14 +01:00
|
|
|
obj-y += drm/ vga/
|
2013-09-30 16:13:39 +02:00
|
|
|
obj-$(CONFIG_IMX_IPUV3_CORE) += ipu-v3/
|