m68knommu: remove the no longer used PCI support option

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>

authored by Adrian Bunk and committed by Greg Ungerer e8158851 3947fca7

-21
-4
arch/m68k/include/asm/dma-mapping_no.h
··· 1 1 #ifndef _M68KNOMMU_DMA_MAPPING_H 2 2 #define _M68KNOMMU_DMA_MAPPING_H 3 3 4 - #ifdef CONFIG_PCI 5 - #include <asm-generic/dma-mapping.h> 6 - #else 7 4 #include <asm-generic/dma-mapping-broken.h> 8 - #endif 9 5 10 6 #endif /* _M68KNOMMU_DMA_MAPPING_H */
-17
arch/m68knommu/Kconfig
··· 695 695 depends on !M5272 696 696 default y 697 697 698 - menu "Bus options (PCI, PCMCIA, EISA, MCA, ISA)" 699 - 700 - config PCI 701 - bool "PCI support" 702 - help 703 - Support for PCI bus. 704 - 705 - config COMEMPCI 706 - bool "CO-MEM lite PCI controller support" 707 - depends on (M5307 || M5407) 708 - 709 - source "drivers/pci/Kconfig" 710 - 711 698 source "drivers/pcmcia/Kconfig" 712 - 713 - source "drivers/pci/hotplug/Kconfig" 714 - 715 - endmenu 716 699 717 700 menu "Executable file formats" 718 701