diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2007-07-19 23:33:58 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-20 11:24:49 -0400 |
commit | dfedfaf55a452637d72bfc482c80f902a470ebb7 (patch) | |
tree | a8bc61819e920c2d4f71c7688ce4509396855819 /arch/m68k | |
parent | 446df4c1e5f56cb68ec0cd9c29bbb2c7b04a513e (diff) |
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: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m68k')
-rw-r--r-- | arch/m68k/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig index 684de4c7c9c3..20a9c08e59c3 100644 --- a/arch/m68k/Kconfig +++ b/arch/m68k/Kconfig | |||
@@ -49,6 +49,9 @@ config ARCH_MAY_HAVE_PC_FDC | |||
49 | config NO_IOPORT | 49 | config NO_IOPORT |
50 | def_bool y | 50 | def_bool y |
51 | 51 | ||
52 | config NO_DMA | ||
53 | def_bool SUN3 | ||
54 | |||
52 | mainmenu "Linux/68k Kernel Configuration" | 55 | mainmenu "Linux/68k Kernel Configuration" |
53 | 56 | ||
54 | source "init/Kconfig" | 57 | source "init/Kconfig" |