summaryrefslogtreecommitdiff
path: root/drivers/mtd/hyperbus/Makefile
blob: 5fc2b51245426ae501885aae5cf3de4e3d93b27a (plain)
1
2
3
4
5
# SPDX-License-Identifier: GPL-2.0

obj-$(CONFIG_MTD_HYPERBUS)	+= hyperbus-core.o
obj-$(CONFIG_HBMC_AM654)	+= hbmc-am654.o
obj-$(CONFIG_RPCIF_HYPERBUS)	+= rpc-if.o
td colspan='3' class='logmsg'> This compile tests on x86 just perfectly fine. v2: fix missing include complained by kernel test robot Signed-off-by: Christian König <christian.koenig@amd.com> CC: Thierry Reding <thierry.reding@gmail.com> CC: Jonathan Hunter <jonathanh@nvidia.com> CC: linux-tegra@vger.kernel.org Signed-off-by: Thierry Reding <treding@nvidia.com> 2022-06-01gpu: host1x: Add context busMikko Perttunen The context bus is a "dummy" bus that contains struct devices that correspond to IOMMU contexts assigned through Host1x to processes. Even when host1x itself is built as a module, the bus is registered in built-in code so that the built-in ARM SMMU driver is able to reference it. Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>