Skip to content

Commit

Permalink
m68k: remove the dead PCI code
Browse files Browse the repository at this point in the history
This patch removes the no longer used m68k PCI code.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Oct 14, 2008
1 parent 29c8a24 commit 2171a19
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 630 deletions.
4 changes: 0 additions & 4 deletions arch/m68k/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,6 @@ config ATARI
this kernel on an Atari, say Y here and browse the material
available in <file:Documentation/m68k>; otherwise say N.

config PCI
bool
help

config MAC
bool "Macintosh support"
select MMU_MOTOROLA if MMU
Expand Down
1 change: 0 additions & 1 deletion arch/m68k/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ obj-y := entry.o process.o traps.o ints.o signal.o ptrace.o module.o \

devres-y = ../../../kernel/irq/devres.o

obj-$(CONFIG_PCI) += bios32.o
obj-y$(CONFIG_MMU_SUN3) += dma.o # no, it's not a typo
Loading

0 comments on commit 2171a19

Please sign in to comment.