diff options
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r-- | drivers/serial/Kconfig | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 927816484397..aff9dcd051c6 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig | |||
@@ -1410,6 +1410,33 @@ config SERIAL_OF_PLATFORM | |||
1410 | Currently, only 8250 compatible ports are supported, but | 1410 | Currently, only 8250 compatible ports are supported, but |
1411 | others can easily be added. | 1411 | others can easily be added. |
1412 | 1412 | ||
1413 | config SERIAL_OMAP | ||
1414 | tristate "OMAP serial port support" | ||
1415 | depends on ARCH_OMAP2 || ARCH_OMAP3 || ARCH_OMAP4 | ||
1416 | select SERIAL_CORE | ||
1417 | help | ||
1418 | If you have a machine based on an Texas Instruments OMAP CPU you | ||
1419 | can enable its onboard serial ports by enabling this option. | ||
1420 | |||
1421 | By enabling this option you take advantage of dma feature available | ||
1422 | with the omap-serial driver. DMA support can be enabled from platform | ||
1423 | data. | ||
1424 | |||
1425 | config SERIAL_OMAP_CONSOLE | ||
1426 | bool "Console on OMAP serial port" | ||
1427 | depends on SERIAL_OMAP | ||
1428 | select SERIAL_CORE_CONSOLE | ||
1429 | help | ||
1430 | Select this option if you would like to use omap serial port as | ||
1431 | console. | ||
1432 | |||
1433 | Even if you say Y here, the currently visible virtual console | ||
1434 | (/dev/tty0) will still be used as the system console by default, but | ||
1435 | you can alter that using a kernel command line option such as | ||
1436 | "console=ttyOx". (Try "man bootparam" or see the documentation of | ||
1437 | your boot loader about how to pass options to the kernel at | ||
1438 | boot time.) | ||
1439 | |||
1413 | config SERIAL_OF_PLATFORM_NWPSERIAL | 1440 | config SERIAL_OF_PLATFORM_NWPSERIAL |
1414 | tristate "NWP serial port driver" | 1441 | tristate "NWP serial port driver" |
1415 | depends on PPC_OF && PPC_DCR | 1442 | depends on PPC_OF && PPC_DCR |