diff options
author | Sergei Shtylyov <sshtylyov@ru.mvista.com> | 2008-04-03 16:02:53 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-04-28 12:14:28 -0400 |
commit | 6e766458f78ca15198cf046bc098b36e40c8b471 (patch) | |
tree | 7cc0909addd8f44a8d550acff79f65ddceecf2f2 /drivers/serial/Kconfig | |
parent | ce28f94ca5a9ba3cd6bdcc47b52ea1b7a3bd933b (diff) |
[MIPS] Alchemy: move UART platform code to its proper place
Move the code registering the Alchemy UART platform devices from
drivers/serial/ to its proper place, into the Alchemy platform code. Fix
the related Kconfig entry, while at it...
Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
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" |