Loading arch/m68k/include/asm/dma-mapping_no.h +0 −4 Original line number Diff line number Diff line #ifndef _M68KNOMMU_DMA_MAPPING_H #define _M68KNOMMU_DMA_MAPPING_H #ifdef CONFIG_PCI #include <asm-generic/dma-mapping.h> #else #include <asm-generic/dma-mapping-broken.h> #endif #endif /* _M68KNOMMU_DMA_MAPPING_H */ arch/m68knommu/Kconfig +0 −17 Original line number Diff line number Diff line Loading @@ -695,25 +695,8 @@ config ISA_DMA_API depends on !M5272 default y menu "Bus options (PCI, PCMCIA, EISA, MCA, ISA)" config PCI bool "PCI support" help Support for PCI bus. config COMEMPCI bool "CO-MEM lite PCI controller support" depends on (M5307 || M5407) source "drivers/pci/Kconfig" source "drivers/pcmcia/Kconfig" source "drivers/pci/hotplug/Kconfig" endmenu menu "Executable file formats" source "fs/Kconfig.binfmt" Loading Loading
arch/m68k/include/asm/dma-mapping_no.h +0 −4 Original line number Diff line number Diff line #ifndef _M68KNOMMU_DMA_MAPPING_H #define _M68KNOMMU_DMA_MAPPING_H #ifdef CONFIG_PCI #include <asm-generic/dma-mapping.h> #else #include <asm-generic/dma-mapping-broken.h> #endif #endif /* _M68KNOMMU_DMA_MAPPING_H */
arch/m68knommu/Kconfig +0 −17 Original line number Diff line number Diff line Loading @@ -695,25 +695,8 @@ config ISA_DMA_API depends on !M5272 default y menu "Bus options (PCI, PCMCIA, EISA, MCA, ISA)" config PCI bool "PCI support" help Support for PCI bus. config COMEMPCI bool "CO-MEM lite PCI controller support" depends on (M5307 || M5407) source "drivers/pci/Kconfig" source "drivers/pcmcia/Kconfig" source "drivers/pci/hotplug/Kconfig" endmenu menu "Executable file formats" source "fs/Kconfig.binfmt" Loading