diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-04-19 17:23:00 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-04-19 17:23:00 -0700 |
| commit | c93def0b14d290faa7e4a3bad45e4aebd4a7b789 (patch) | |
| tree | 9b17d176d7633a9b5ec763ef0953fb90c1b5d8ce | |
| parent | d4047c3ff58705968e47d98654ff57443febae48 (diff) | |
[PATCH] MIPS: don't offer SERIAL_DZ on 64-bit DEC
From: Ralf Baechle <ralf@linux-mips.org>
Limit the DZ driver to MIPS32 as the supported hardware is only present in
R2k/R3k-based systems (unless someone sends Maciej a PMAC-A board for driver
development).
| -rw-r--r-- | drivers/serial/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 6075f1965e24..bf653f99513d 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig @@ -279,7 +279,7 @@ config SERIAL_BAST_SIO config SERIAL_DZ bool "DECstation DZ serial driver" - depends on DECSTATION + depends on MACH_DECSTATION && MIPS32 select SERIAL_CORE help DZ11-family serial controllers for VAXstations, including the |
