Skip to content

Commit b2a45fb

Browse files
committed
feat: move CONFIG_INTEL_IOATDMA as a module
It has PCI device IDs. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent ea8d35f commit b2a45fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

kernel/build/config-amd64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5980,7 +5980,7 @@ CONFIG_DMA_ACPI=y
59805980
# CONFIG_INTEL_IDMA64 is not set
59815981
# CONFIG_INTEL_IDXD is not set
59825982
# CONFIG_INTEL_IDXD_COMPAT is not set
5983-
CONFIG_INTEL_IOATDMA=y
5983+
CONFIG_INTEL_IOATDMA=m
59845984
# CONFIG_PLX_DMA is not set
59855985
# CONFIG_XILINX_DMA is not set
59865986
# CONFIG_XILINX_XDMA is not set
@@ -6016,7 +6016,7 @@ CONFIG_DMABUF_MOVE_NOTIFY=y
60166016
# CONFIG_DMABUF_SYSFS_STATS is not set
60176017
# end of DMABUF options
60186018

6019-
CONFIG_DCA=y
6019+
CONFIG_DCA=m
60206020
CONFIG_UIO=m
60216021
# CONFIG_UIO_CIF is not set
60226022
# CONFIG_UIO_PDRV_GENIRQ is not set

0 commit comments

Comments
 (0)