diff options
author | Finn Thain <fthain@telegraphics.com.au> | 2009-11-17 04:04:44 -0500 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2010-02-27 12:31:02 -0500 |
commit | ec9cbe09899e36b5f216c3232215520dcf0320ab (patch) | |
tree | 7960e72bdad982d7dd18cab1e49ae3ca42d1a5a0 /drivers/serial/Kconfig | |
parent | 1f7b5fff505232521a7a770a639b63cd17636549 (diff) |
pmac-zilog: add platform driver
Add platform driver support to the pmac-zilog driver, for m68k macs.
Place the powermac-specific code inside #ifdef CONFIG_PPC_PMAC.
Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r-- | drivers/serial/Kconfig | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 9ff47db0b2ce..888a0ce91c4b 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig | |||
@@ -1086,12 +1086,12 @@ config SERIAL_68360 | |||
1086 | default y | 1086 | default y |
1087 | 1087 | ||
1088 | config SERIAL_PMACZILOG | 1088 | config SERIAL_PMACZILOG |
1089 | tristate "PowerMac z85c30 ESCC support" | 1089 | tristate "Mac or PowerMac z85c30 ESCC support" |
1090 | depends on PPC_OF && PPC_PMAC | 1090 | depends on (M68K && MAC) || (PPC_OF && PPC_PMAC) |
1091 | select SERIAL_CORE | 1091 | select SERIAL_CORE |
1092 | help | 1092 | help |
1093 | This driver supports the Zilog z85C30 serial ports found on | 1093 | This driver supports the Zilog z85C30 serial ports found on |
1094 | PowerMac machines. | 1094 | (Power)Mac machines. |
1095 | Say Y or M if you want to be able to these serial ports. | 1095 | Say Y or M if you want to be able to these serial ports. |
1096 | 1096 | ||
1097 | config SERIAL_PMACZILOG_TTYS | 1097 | config SERIAL_PMACZILOG_TTYS |
@@ -1116,16 +1116,16 @@ config SERIAL_PMACZILOG_TTYS | |||
1116 | unable to use the 8250 module for PCMCIA or other 16C550-style | 1116 | unable to use the 8250 module for PCMCIA or other 16C550-style |
1117 | UARTs. | 1117 | UARTs. |
1118 | 1118 | ||
1119 | Say N unless you need the z85c30 ports on your powermac | 1119 | Say N unless you need the z85c30 ports on your (Power)Mac |
1120 | to appear as /dev/ttySn. | 1120 | to appear as /dev/ttySn. |
1121 | 1121 | ||
1122 | config SERIAL_PMACZILOG_CONSOLE | 1122 | config SERIAL_PMACZILOG_CONSOLE |
1123 | bool "Console on PowerMac z85c30 serial port" | 1123 | bool "Console on Mac or PowerMac z85c30 serial port" |
1124 | depends on SERIAL_PMACZILOG=y | 1124 | depends on SERIAL_PMACZILOG=y |
1125 | select SERIAL_CORE_CONSOLE | 1125 | select SERIAL_CORE_CONSOLE |
1126 | help | 1126 | help |
1127 | If you would like to be able to use the z85c30 serial port | 1127 | If you would like to be able to use the z85c30 serial port |
1128 | on your PowerMac as the console, you can do so by answering | 1128 | on your (Power)Mac as the console, you can do so by answering |
1129 | Y to this option. | 1129 | Y to this option. |
1130 | 1130 | ||
1131 | config SERIAL_LH7A40X | 1131 | config SERIAL_LH7A40X |