From: Al Viro Date: Tue, 23 Aug 2005 21:46:01 +0000 (+0100) Subject: [PATCH] Kconfig fix (parport_pc on m32r) X-Git-Tag: v2.6.13-rc7~37 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=14d891d20374c139acfaa379e61a7091b00df8fa;p=~shefty%2Frdma-dev.git [PATCH] Kconfig fix (parport_pc on m32r) parport_pc shouldn't be picked on m32r (no asm/parport.h, for starters) Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- diff --git a/drivers/parport/Kconfig b/drivers/parport/Kconfig index 16a2e6ae37f..725a14119f2 100644 --- a/drivers/parport/Kconfig +++ b/drivers/parport/Kconfig @@ -34,7 +34,7 @@ config PARPORT config PARPORT_PC tristate "PC-style hardware" - depends on PARPORT && (!SPARC64 || PCI) && !SPARC32 + depends on PARPORT && (!SPARC64 || PCI) && !SPARC32 && !M32R ---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