Commit c93def0b authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[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).
parent d4047c3f
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment