diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2007-07-20 04:33:58 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-20 08:24:49 -0700 |
commit | dfedfaf55a452637d72bfc482c80f902a470ebb7 (patch) | |
tree | a8bc61819e920c2d4f71c7688ce4509396855819 /drivers/parport/Kconfig | |
parent | 446df4c1e5f56cb68ec0cd9c29bbb2c7b04a513e (diff) | |
download | linux-stable-dfedfaf55a452637d72bfc482c80f902a470ebb7.tar.gz linux-stable-dfedfaf55a452637d72bfc482c80f902a470ebb7.tar.bz2 linux-stable-dfedfaf55a452637d72bfc482c80f902a470ebb7.zip |
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 'drivers/parport/Kconfig')
-rw-r--r-- | drivers/parport/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/parport/Kconfig b/drivers/parport/Kconfig index 09c93ff932b1..d449b150930e 100644 --- a/drivers/parport/Kconfig +++ b/drivers/parport/Kconfig @@ -35,7 +35,7 @@ if PARPORT config PARPORT_PC tristate "PC-style hardware" - depends on (!SPARC64 || PCI) && !SPARC32 && !M32R && !FRV + depends on (!SPARC64 || PCI) && !SPARC32 && !M32R && !FRV && (!M68K || ISA) ---help--- You should say Y here if you have a PC-style parallel port. All IBM PC compatible computers and some Alphas have PC-style |