diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-25 16:46:56 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-25 16:46:56 -0400 |
commit | 7b6181e06841f5ad15c4ff708b967b4db65a64de (patch) | |
tree | bdfcf5b74b692f76581156e452d268b64c795200 /drivers/serial/Kconfig | |
parent | 72e58063d63c5f0a7bf65312f1e3a5ed9bb5c2ff (diff) | |
parent | bc487fb341af05120bccb9f59ce76302391dcc77 (diff) |
Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6
* 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6: (163 commits)
omap: complete removal of machine_desc.io_pg_offst and .phys_io
omap: UART: fix wakeup registers for OMAP24xx UART2
omap: Fix spotty MMC voltages
ASoC: OMAP4: MCPDM: Remove unnecessary include of plat/control.h
serial: omap-serial: fix signess error
OMAP3: DMA: Errata i541: sDMA FIFO draining does not finish
omap: dma: Fix buffering disable bit setting for omap24xx
omap: serial: Fix the boot-up crash/reboot without CONFIG_PM
OMAP3: PM: fix scratchpad memory accesses for off-mode
omap4: pandaboard: enable the ehci port on pandaboard
omap4: pandaboard: Fix the init if CONFIG_MMC_OMAP_HS is not set
omap4: pandaboard: remove unused hsmmc definition
OMAP: McBSP: Remove null omap44xx ops comment
OMAP: McBSP: Swap CLKS source definition
OMAP: McBSP: Fix CLKR and FSR signal muxing
OMAP2+: clock: reduce the amount of standard debugging while disabling unused clocks
OMAP: control: move plat-omap/control.h to mach-omap2/control.h
OMAP: split plat-omap/common.c
OMAP: McBSP: implement functional clock switching via clock framework
OMAP: McBSP: implement McBSP CLKR and FSR signal muxing via mach-omap2/mcbsp.c
...
Fixed up trivial conflicts in arch/arm/mach-omap2/
{board-zoom-peripherals.c,devices.c} as per Tony
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 |