2004-04-24 18:18:05

by a.othieno

[permalink] [raw]
Subject: [PATCH 2.6] Mark CONFIG_MAC_SERIAL (drivers/macintosh/macserial.c) as broken

Hi,

CONFIG_MAC_SERIAL (drivers/macintosh/macserial.c) is marked obsolete and
currently doesn't build.

This patch marks it as broken. Against 2.6.6-rc2. Thanks.


Kconfig | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/macintosh/Kconfig 2004-04-11 14:05:36.000000000 +0200
+++ b/drivers/macintosh/Kconfig 2004-04-24 20:03:26.000000000 +0200
@@ -127,7 +127,7 @@ config MAC_FLOPPY

config MAC_SERIAL
tristate "Support for PowerMac serial ports (OBSOLETE DRIVER)"
- depends on PPC_PMAC
+ depends on PPC_PMAC && BROKEN
help
This driver is obsolete. Use CONFIG_SERIAL_PMACZILOG in
"Character devices --> Serial drivers --> PowerMac z85c30" option.