From c93def0b14d290faa7e4a3bad45e4aebd4a7b789 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Mon, 19 Apr 2004 17:23:00 -0700 Subject: [PATCH] [PATCH] MIPS: don't offer SERIAL_DZ on 64-bit DEC From: Ralf Baechle 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). --- drivers/serial/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5