mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-23 09:42:19 +03:00
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:
committed by
mobile promotions
parent
62dbefc85b
commit
a60be47521
@@ -5,3 +5,4 @@ obj-m += nvmap/
|
||||
obj-m += host/nvdla/
|
||||
obj-m += host/pva/
|
||||
obj-m += tsec/
|
||||
obj-m += dc/bridge/
|
||||
|
||||
10
drivers/video/tegra/dc/bridge/Makefile
Normal file
10
drivers/video/tegra/dc/bridge/Makefile
Normal 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
|
||||
Reference in New Issue
Block a user