aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/Kconfig
diff options
context:
space:
mode:
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 50d6e2214ddf..84a054d7e986 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -1142,17 +1142,17 @@ config SERIAL_SGI_L1_CONSOLE
1142 say Y. Otherwise, say N. 1142 say Y. Otherwise, say N.
1143 1143
1144config SERIAL_MPC52xx 1144config SERIAL_MPC52xx
1145 tristate "Freescale MPC52xx family PSC serial support" 1145 tristate "Freescale MPC52xx/MPC512x family PSC serial support"
1146 depends on PPC_MPC52xx 1146 depends on PPC_MPC52xx || PPC_MPC512x
1147 select SERIAL_CORE 1147 select SERIAL_CORE
1148 help 1148 help
1149 This drivers support the MPC52xx PSC serial ports. If you would 1149 This driver supports MPC52xx and MPC512x PSC serial ports. If you would
1150 like to use them, you must answer Y or M to this option. Not that 1150 like to use them, you must answer Y or M to this option. Note that
1151 for use as console, it must be included in kernel and not as a 1151 for use as console, it must be included in kernel and not as a
1152 module. 1152 module.
1153 1153
1154config SERIAL_MPC52xx_CONSOLE 1154config SERIAL_MPC52xx_CONSOLE
1155 bool "Console on a Freescale MPC52xx family PSC serial port" 1155 bool "Console on a Freescale MPC52xx/MPC512x family PSC serial port"
1156 depends on SERIAL_MPC52xx=y 1156 depends on SERIAL_MPC52xx=y
1157 select SERIAL_CORE_CONSOLE 1157 select SERIAL_CORE_CONSOLE
1158 help 1158 help
@@ -1160,7 +1160,7 @@ config SERIAL_MPC52xx_CONSOLE
1160 of the Freescale MPC52xx family as a console. 1160 of the Freescale MPC52xx family as a console.
1161 1161
1162config SERIAL_MPC52xx_CONSOLE_BAUD 1162config SERIAL_MPC52xx_CONSOLE_BAUD
1163 int "Freescale MPC52xx family PSC serial port baud" 1163 int "Freescale MPC52xx/MPC512x family PSC serial port baud"
1164 depends on SERIAL_MPC52xx_CONSOLE=y 1164 depends on SERIAL_MPC52xx_CONSOLE=y
1165 default "9600" 1165 default "9600"
1166 help 1166 help