diff options
Diffstat (limited to 'drivers/serial/Kconfig')
-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 |