mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-28 23:24:50 +00: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>
10 lines
203 B
Makefile
10 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
|