diff options
author | Michal Simek <monstr@monstr.eu> | 2009-03-27 09:25:51 -0400 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2009-03-27 09:25:51 -0400 |
commit | 4286c2b08c1a24fcb96503a3fb43e69cb1ae0410 (patch) | |
tree | 5458a94baa62d8bef0784d91e2c844766809a2a5 /drivers/serial | |
parent | 5f8ffb5f6649a261372547a5841285c23409ab68 (diff) |
microblaze_v8: Uartlite for Microblaze
Reviewed-by: Ingo Molnar <mingo@elte.hu>
Acked-by: Peter Korsgaard <jacmet@sunsite.dk>
Acked-by: John Linn <john.linn@xilinx.com>
Acked-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com>
Acked-by: John Williams <john.williams@petalogix.com>
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'drivers/serial')
-rw-r--r-- | drivers/serial/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 7d7f576da202..131901bfd5db 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig | |||
@@ -833,7 +833,7 @@ config SERIAL_IMX_CONSOLE | |||
833 | 833 | ||
834 | config SERIAL_UARTLITE | 834 | config SERIAL_UARTLITE |
835 | tristate "Xilinx uartlite serial port support" | 835 | tristate "Xilinx uartlite serial port support" |
836 | depends on PPC32 | 836 | depends on PPC32 || MICROBLAZE |
837 | select SERIAL_CORE | 837 | select SERIAL_CORE |
838 | help | 838 | help |
839 | Say Y here if you want to use the Xilinx uartlite serial controller. | 839 | Say Y here if you want to use the Xilinx uartlite serial controller. |
@@ -1319,7 +1319,7 @@ config SERIAL_NETX_CONSOLE | |||
1319 | 1319 | ||
1320 | config SERIAL_OF_PLATFORM | 1320 | config SERIAL_OF_PLATFORM |
1321 | tristate "Serial port on Open Firmware platform bus" | 1321 | tristate "Serial port on Open Firmware platform bus" |
1322 | depends on PPC_OF | 1322 | depends on PPC_OF || MICROBLAZE |
1323 | depends on SERIAL_8250 || SERIAL_OF_PLATFORM_NWPSERIAL | 1323 | depends on SERIAL_8250 || SERIAL_OF_PLATFORM_NWPSERIAL |
1324 | help | 1324 | help |
1325 | If you have a PowerPC based system that has serial ports | 1325 | If you have a PowerPC based system that has serial ports |