mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 08:14:15 +08:00
e2fb2e2a33
Expose data about the configuration and operation of the PTDMA through debugfs entries: device name, capabilities, configuration, statistics. Signed-off-by: Sanjay R Mehta <sanju.mehta@amd.com> Link: https://lore.kernel.org/r/1629208559-51964-4-git-send-email-Sanju.Mehta@amd.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
11 lines
203 B
Makefile
11 lines
203 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# AMD Passthru DMA driver
|
|
#
|
|
|
|
obj-$(CONFIG_AMD_PTDMA) += ptdma.o
|
|
|
|
ptdma-objs := ptdma-dev.o ptdma-dmaengine.o ptdma-debugfs.o
|
|
|
|
ptdma-$(CONFIG_PCI) += ptdma-pci.o
|