diff options
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r-- | drivers/serial/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index f7cd9504d811..34b809e3b596 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig | |||
@@ -262,12 +262,12 @@ config SERIAL_8250_ACORN | |||
262 | cards. If unsure, say N. | 262 | cards. If unsure, say N. |
263 | 263 | ||
264 | config SERIAL_8250_AU1X00 | 264 | config SERIAL_8250_AU1X00 |
265 | bool "AU1X00 serial port support" | 265 | bool "Au1x00 serial port support" |
266 | depends on SERIAL_8250 != n && SOC_AU1X00 | 266 | depends on SERIAL_8250 != n && SOC_AU1X00 |
267 | help | 267 | help |
268 | If you have an Au1x00 board and want to use the serial port, say Y | 268 | If you have an Au1x00 SOC based board and want to use the serial port, |
269 | to this option. The driver can handle 1 or 2 serial ports. | 269 | say Y to this option. The driver can handle up to 4 serial ports, |
270 | If unsure, say N. | 270 | depending on the SOC. If unsure, say N. |
271 | 271 | ||
272 | config SERIAL_8250_RM9K | 272 | config SERIAL_8250_RM9K |
273 | bool "Support for MIPS RM9xxx integrated serial port" | 273 | bool "Support for MIPS RM9xxx integrated serial port" |