diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2005-06-27 17:36:33 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-27 18:11:43 -0400 |
commit | fcd16cc084f2b98ab64d27721abdb941f3d9c4cb (patch) | |
tree | a016e695cca24db823647d9100fd379177716504 /drivers/macintosh/Kconfig | |
parent | e4ee69c8c1e7ff9790fbce29c7be50db57323a6f (diff) |
[PATCH] ppc32: remove obsolete macserial driver
The macserial driver has been obsoleted by the new pmac_zilog driver for a
while now and probably doesn't even work anymore on recent kernels. This
patch removes it.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/macintosh/Kconfig')
-rw-r--r-- | drivers/macintosh/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/macintosh/Kconfig b/drivers/macintosh/Kconfig index 8a7117a08cf0..b0ace5bc950c 100644 --- a/drivers/macintosh/Kconfig +++ b/drivers/macintosh/Kconfig | |||
@@ -126,13 +126,6 @@ config PMAC_BACKLIGHT | |||
126 | events; also, the PowerBook button device will be enabled so you can | 126 | events; also, the PowerBook button device will be enabled so you can |
127 | change the screen brightness. | 127 | change the screen brightness. |
128 | 128 | ||
129 | config MAC_SERIAL | ||
130 | tristate "Support for PowerMac serial ports (OBSOLETE DRIVER)" | ||
131 | depends on PPC_PMAC && BROKEN | ||
132 | help | ||
133 | This driver is obsolete. Use CONFIG_SERIAL_PMACZILOG in | ||
134 | "Character devices --> Serial drivers --> PowerMac z85c30" option. | ||
135 | |||
136 | config ADB_MACIO | 129 | config ADB_MACIO |
137 | bool "Include MacIO (CHRP) ADB driver" | 130 | bool "Include MacIO (CHRP) ADB driver" |
138 | depends on ADB && PPC_CHRP && !PPC_PMAC64 | 131 | depends on ADB && PPC_CHRP && !PPC_PMAC64 |