Skip to content

Commit

Permalink
ramips: modules: remove symbol CONFIG_DW_DMAC_PCI
Browse files Browse the repository at this point in the history
The DW_DMAC_PCI symbol won't be automatically selected at all.

Signed-off-by: Shiji Yang <[email protected]>
  • Loading branch information
DragonBluep authored and PolynomialDivision committed May 29, 2024
1 parent 2240320 commit db49d99
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions target/linux/ramips/modules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ define KernelPackage/dma-ralink
DEPENDS:=@TARGET_ramips @!TARGET_ramips_rt288x
KCONFIG:= \
CONFIG_DMADEVICES=y \
CONFIG_DW_DMAC_PCI=n \
CONFIG_RALINK_GDMA
FILES:= \
$(LINUX_DIR)/drivers/dma/virt-dma.ko \
Expand All @@ -97,7 +96,6 @@ define KernelPackage/hsdma-mtk
DEPENDS:=@TARGET_ramips @TARGET_ramips_mt7621
KCONFIG:= \
CONFIG_DMADEVICES=y \
CONFIG_DW_DMAC_PCI=n \
CONFIG_MTK_HSDMA
FILES:= \
$(LINUX_DIR)/drivers/dma/virt-dma.ko \
Expand Down

0 comments on commit db49d99

Please sign in to comment.