Commit dfedfaf5 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds

m68k: exclude more unbuildable drivers

anything that wants working dma-mapping won't work
parport_pc won't work on m68k unless we have ISA
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 446df4c1
...@@ -49,6 +49,9 @@ config ARCH_MAY_HAVE_PC_FDC ...@@ -49,6 +49,9 @@ config ARCH_MAY_HAVE_PC_FDC
config NO_IOPORT config NO_IOPORT
def_bool y def_bool y
config NO_DMA
def_bool SUN3
mainmenu "Linux/68k Kernel Configuration" mainmenu "Linux/68k Kernel Configuration"
source "init/Kconfig" source "init/Kconfig"
......
...@@ -35,7 +35,7 @@ if PARPORT ...@@ -35,7 +35,7 @@ if PARPORT
config PARPORT_PC config PARPORT_PC
tristate "PC-style hardware" tristate "PC-style hardware"
depends on (!SPARC64 || PCI) && !SPARC32 && !M32R && !FRV depends on (!SPARC64 || PCI) && !SPARC32 && !M32R && !FRV && (!M68K || ISA)
---help--- ---help---
You should say Y here if you have a PC-style parallel port. All You should say Y here if you have a PC-style parallel port. All
IBM PC compatible computers and some Alphas have PC-style IBM PC compatible computers and some Alphas have PC-style
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment