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