nvidia-oot: Add oot support for maxim seralizer

This change adds oot supports for maxim seralizer driver.

JIRA TDS-11357

Change-Id: I630b8fc8c30fa1a8050668530f480940493c48bf
Signed-off-by: Mihir Pradeep Garude <mgarude@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2812152
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Mihir Pradeep Garude
2022-11-18 15:14:45 -08:00
committed by mobile promotions
parent 62dbefc85b
commit a60be47521
3 changed files with 14 additions and 0 deletions

View File

@@ -5,3 +5,4 @@ obj-m += nvmap/
obj-m += host/nvdla/
obj-m += host/pva/
obj-m += tsec/
obj-m += dc/bridge/

View File

@@ -0,0 +1,10 @@
# SPDX-License-Identifier: GPL-2.0
# Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# Set config when build as OOT module.
ifeq ($(CONFIG_TEGRA_OOT_MODULE),m)
CONFIG_MAXIM_GMSL_DP_SERIALIZER := m
endif
obj-$(CONFIG_MAXIM_GMSL_DP_SERIALIZER) += maxim_gmsl_dp_serializer.o