diff options
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 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 | ||
1116 | config SERIAL_MPC52xx | 1116 | config 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 | ||
1126 | config SERIAL_MPC52xx_CONSOLE | 1126 | config 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 | ||
1134 | config SERIAL_MPC52xx_CONSOLE_BAUD | 1134 | config 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 |