aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/Kconfig
diff options
context:
space:
mode:
authorJohn Rigby <jrigby@freescale.com>2008-01-28 12:28:56 -0500
committerGrant Likely <grant.likely@secretlab.ca>2008-02-06 16:05:40 -0500
commit25ae3a0739c69425a911925b43213895a9802b98 (patch)
tree250695da67fc1414080f96e55cd68b4d92d6da43 /drivers/serial/Kconfig
parent599f030cc596cd41a0f966afd4cee2e2fc48ee86 (diff)
[POWERPC] mpc512x: Add MPC512x PSC support to MPC52xx psc driver
Add 512x support using the psc_ops framework established with the previous patch. All 512x PSCs share the same interrupt so add IRQF_SHARED to irq flags. Signed-off-by: John Rigby <jrigby@freescale.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r--drivers/serial/Kconfig12
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index d962b74e3114..d9d7673b712b 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -1114,17 +1114,17 @@ config SERIAL_SGI_L1_CONSOLE
1114 say Y. Otherwise, say N. 1114 say Y. Otherwise, say N.
1115 1115
1116config SERIAL_MPC52xx 1116config SERIAL_MPC52xx
1117 tristate "Freescale MPC52xx family PSC serial support" 1117 tristate "Freescale MPC52xx/MPC512x family PSC serial support"
1118 depends on PPC_MPC52xx 1118 depends on PPC_MPC52xx || PPC_MPC512x
1119 select SERIAL_CORE 1119 select SERIAL_CORE
1120 help 1120 help
1121 This drivers support the MPC52xx PSC serial ports. If you would 1121 This driver supports MPC52xx and MPC512x PSC serial ports. If you would
1122 like to use them, you must answer Y or M to this option. Not that 1122 like to use them, you must answer Y or M to this option. Note that
1123 for use as console, it must be included in kernel and not as a 1123 for use as console, it must be included in kernel and not as a
1124 module. 1124 module.
1125 1125
1126config SERIAL_MPC52xx_CONSOLE 1126config SERIAL_MPC52xx_CONSOLE
1127 bool "Console on a Freescale MPC52xx family PSC serial port" 1127 bool "Console on a Freescale MPC52xx/MPC512x family PSC serial port"
1128 depends on SERIAL_MPC52xx=y 1128 depends on SERIAL_MPC52xx=y
1129 select SERIAL_CORE_CONSOLE 1129 select SERIAL_CORE_CONSOLE
1130 help 1130 help
@@ -1132,7 +1132,7 @@ config SERIAL_MPC52xx_CONSOLE
1132 of the Freescale MPC52xx family as a console. 1132 of the Freescale MPC52xx family as a console.
1133 1133
1134config SERIAL_MPC52xx_CONSOLE_BAUD 1134config SERIAL_MPC52xx_CONSOLE_BAUD
1135 int "Freescale MPC52xx family PSC serial port baud" 1135 int "Freescale MPC52xx/MPC512x family PSC serial port baud"
1136 depends on SERIAL_MPC52xx_CONSOLE=y 1136 depends on SERIAL_MPC52xx_CONSOLE=y
1137 default "9600" 1137 default "9600"
1138 help 1138 help