summaryrefslogtreecommitdiffstats
path: root/uClinux-2.4.20-uc1/include/asm-armnommu/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'uClinux-2.4.20-uc1/include/asm-armnommu/pci.h')
-rw-r--r--uClinux-2.4.20-uc1/include/asm-armnommu/pci.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/uClinux-2.4.20-uc1/include/asm-armnommu/pci.h b/uClinux-2.4.20-uc1/include/asm-armnommu/pci.h
index 0bf0c26..d998b44 100644
--- a/uClinux-2.4.20-uc1/include/asm-armnommu/pci.h
+++ b/uClinux-2.4.20-uc1/include/asm-armnommu/pci.h
@@ -151,6 +151,10 @@ extern inline int pci_dma_supported(struct pci_dev *hwdev, dma_addr_t mask)
/* Return the index of the PCI controller for device PDEV. */
#define pci_controller_num(PDEV) (0)
+#ifdef CONFIG_BOARD_W90N745
+#define PCI_DMA_BUS_IS_PHYS (1)
+#endif
+
#endif /* __KERNEL__ */
#endif