Skip to content

Commit

Permalink
m68knommu: remove the no longer used PCI support option
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Bunk <[email protected]>
Signed-off-by: Greg Ungerer <[email protected]>
  • Loading branch information
AdrianBunk authored and gregungerer committed Jan 27, 2009
1 parent 3947fca commit e815885
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
4 changes: 0 additions & 4 deletions arch/m68k/include/asm/dma-mapping_no.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
#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 */
17 changes: 0 additions & 17 deletions arch/m68knommu/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e815885

Please sign in to comment.