diff options
author | Al Viro <viro@www.linux.org.uk> | 2005-08-23 22:46:01 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-08-23 18:43:41 -0700 |
commit | 14d891d20374c139acfaa379e61a7091b00df8fa (patch) | |
tree | afc8bac34a9c918d80a5fdc9be528113a09bd9f7 /drivers/parport | |
parent | ab62c1e1dae0dedfc300c9f8e5c74227a8e26665 (diff) | |
download | linux-3.10-14d891d20374c139acfaa379e61a7091b00df8fa.tar.gz linux-3.10-14d891d20374c139acfaa379e61a7091b00df8fa.tar.bz2 linux-3.10-14d891d20374c139acfaa379e61a7091b00df8fa.zip |
[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 <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/parport')
-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 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 |