diff options
author | David Howells <dhowells@redhat.com> | 2006-01-08 01:01:16 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-08 20:13:36 -0800 |
commit | 2919b51075b3906c2f476e5a932244af1947bf80 (patch) | |
tree | 6dabc37140a11d21f7bdc5a77cbec3bedc3588ef /drivers/parport | |
parent | 277cb103e3d7b31b8f4941b6a495b1b80236b05c (diff) | |
download | linux-3.10-2919b51075b3906c2f476e5a932244af1947bf80.tar.gz linux-3.10-2919b51075b3906c2f476e5a932244af1947bf80.tar.bz2 linux-3.10-2919b51075b3906c2f476e5a932244af1947bf80.zip |
[PATCH] frv: suppress configuration of certain features for FRV
Suppress configuration of certain features for the FRV arch as they can't be
built for FRV at the moment:
(*) RTC
(*) HISAX_*
(*) PARPORT_PC
(*) VGA_CONSOLE
(*) BINFMT_ELF
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
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 b8241561da4..a665951b158 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 && !M32R + depends on PARPORT && (!SPARC64 || PCI) && !SPARC32 && !M32R && !FRV ---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 |