diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-03-08 15:21:04 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-03-08 15:21:04 -0500 |
commit | 988addf82e4c03739375279de73929580a2d4a6a (patch) | |
tree | 989ae1cd4e264bbad80c65f04480486246e7b9f3 /drivers/serial/Kconfig | |
parent | 004c1c7096659d352b83047a7593e91d8a30e3c5 (diff) | |
parent | 25cf84cf377c0aae5dbcf937ea89bc7893db5176 (diff) |
Merge branch 'origin' into devel-stable
Conflicts:
arch/arm/mach-mx2/devices.c
arch/arm/mach-mx2/devices.h
sound/soc/pxa/pxa-ssp.c
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r-- | drivers/serial/Kconfig | 69 |
1 files changed, 34 insertions, 35 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 5351848cfff7..f55c49475a8c 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig | |||
@@ -1026,6 +1026,10 @@ config SERIAL_SH_SCI_CONSOLE | |||
1026 | depends on SERIAL_SH_SCI=y | 1026 | depends on SERIAL_SH_SCI=y |
1027 | select SERIAL_CORE_CONSOLE | 1027 | select SERIAL_CORE_CONSOLE |
1028 | 1028 | ||
1029 | config SERIAL_SH_SCI_DMA | ||
1030 | bool "DMA support" | ||
1031 | depends on SERIAL_SH_SCI && SH_DMAE && EXPERIMENTAL | ||
1032 | |||
1029 | config SERIAL_PNX8XXX | 1033 | config SERIAL_PNX8XXX |
1030 | bool "Enable PNX8XXX SoCs' UART Support" | 1034 | bool "Enable PNX8XXX SoCs' UART Support" |
1031 | depends on MIPS && (SOC_PNX8550 || SOC_PNX833X) | 1035 | depends on MIPS && (SOC_PNX8550 || SOC_PNX833X) |
@@ -1103,12 +1107,12 @@ config SERIAL_68360 | |||
1103 | default y | 1107 | default y |
1104 | 1108 | ||
1105 | config SERIAL_PMACZILOG | 1109 | config SERIAL_PMACZILOG |
1106 | tristate "PowerMac z85c30 ESCC support" | 1110 | tristate "Mac or PowerMac z85c30 ESCC support" |
1107 | depends on PPC_OF && PPC_PMAC | 1111 | depends on (M68K && MAC) || (PPC_OF && PPC_PMAC) |
1108 | select SERIAL_CORE | 1112 | select SERIAL_CORE |
1109 | help | 1113 | help |
1110 | This driver supports the Zilog z85C30 serial ports found on | 1114 | This driver supports the Zilog z85C30 serial ports found on |
1111 | PowerMac machines. | 1115 | (Power)Mac machines. |
1112 | Say Y or M if you want to be able to these serial ports. | 1116 | Say Y or M if you want to be able to these serial ports. |
1113 | 1117 | ||
1114 | config SERIAL_PMACZILOG_TTYS | 1118 | config SERIAL_PMACZILOG_TTYS |
@@ -1133,16 +1137,16 @@ config SERIAL_PMACZILOG_TTYS | |||
1133 | unable to use the 8250 module for PCMCIA or other 16C550-style | 1137 | unable to use the 8250 module for PCMCIA or other 16C550-style |
1134 | UARTs. | 1138 | UARTs. |
1135 | 1139 | ||
1136 | Say N unless you need the z85c30 ports on your powermac | 1140 | Say N unless you need the z85c30 ports on your (Power)Mac |
1137 | to appear as /dev/ttySn. | 1141 | to appear as /dev/ttySn. |
1138 | 1142 | ||
1139 | config SERIAL_PMACZILOG_CONSOLE | 1143 | config SERIAL_PMACZILOG_CONSOLE |
1140 | bool "Console on PowerMac z85c30 serial port" | 1144 | bool "Console on Mac or PowerMac z85c30 serial port" |
1141 | depends on SERIAL_PMACZILOG=y | 1145 | depends on SERIAL_PMACZILOG=y |
1142 | select SERIAL_CORE_CONSOLE | 1146 | select SERIAL_CORE_CONSOLE |
1143 | help | 1147 | help |
1144 | If you would like to be able to use the z85c30 serial port | 1148 | If you would like to be able to use the z85c30 serial port |
1145 | on your PowerMac as the console, you can do so by answering | 1149 | on your (Power)Mac as the console, you can do so by answering |
1146 | Y to this option. | 1150 | Y to this option. |
1147 | 1151 | ||
1148 | config SERIAL_LH7A40X | 1152 | config SERIAL_LH7A40X |
@@ -1435,42 +1439,37 @@ config SERIAL_BFIN_SPORT | |||
1435 | To compile this driver as a module, choose M here: the | 1439 | To compile this driver as a module, choose M here: the |
1436 | module will be called bfin_sport_uart. | 1440 | module will be called bfin_sport_uart. |
1437 | 1441 | ||
1438 | choice | 1442 | config SERIAL_BFIN_SPORT_CONSOLE |
1439 | prompt "Baud rate for Blackfin SPORT UART" | 1443 | bool "Console on Blackfin sport emulated uart" |
1440 | depends on SERIAL_BFIN_SPORT | 1444 | depends on SERIAL_BFIN_SPORT=y |
1441 | default SERIAL_SPORT_BAUD_RATE_57600 | 1445 | select SERIAL_CORE_CONSOLE |
1442 | help | ||
1443 | Choose a baud rate for the SPORT UART, other uart settings are | ||
1444 | 8 bit, 1 stop bit, no parity, no flow control. | ||
1445 | |||
1446 | config SERIAL_SPORT_BAUD_RATE_115200 | ||
1447 | bool "115200" | ||
1448 | |||
1449 | config SERIAL_SPORT_BAUD_RATE_57600 | ||
1450 | bool "57600" | ||
1451 | 1446 | ||
1452 | config SERIAL_SPORT_BAUD_RATE_38400 | 1447 | config SERIAL_BFIN_SPORT0_UART |
1453 | bool "38400" | 1448 | bool "Enable UART over SPORT0" |
1449 | depends on SERIAL_BFIN_SPORT && !(BF542 || BF542M || BF544 || BF544M) | ||
1450 | help | ||
1451 | Enable UART over SPORT0 | ||
1454 | 1452 | ||
1455 | config SERIAL_SPORT_BAUD_RATE_19200 | 1453 | config SERIAL_BFIN_SPORT1_UART |
1456 | bool "19200" | 1454 | bool "Enable UART over SPORT1" |
1455 | depends on SERIAL_BFIN_SPORT | ||
1456 | help | ||
1457 | Enable UART over SPORT1 | ||
1457 | 1458 | ||
1458 | config SERIAL_SPORT_BAUD_RATE_9600 | 1459 | config SERIAL_BFIN_SPORT2_UART |
1459 | bool "9600" | 1460 | bool "Enable UART over SPORT2" |
1460 | endchoice | 1461 | depends on SERIAL_BFIN_SPORT && (BF54x || BF538 || BF539) |
1462 | help | ||
1463 | Enable UART over SPORT2 | ||
1461 | 1464 | ||
1462 | config SPORT_BAUD_RATE | 1465 | config SERIAL_BFIN_SPORT3_UART |
1463 | int | 1466 | bool "Enable UART over SPORT3" |
1464 | depends on SERIAL_BFIN_SPORT | 1467 | depends on SERIAL_BFIN_SPORT && (BF54x || BF538 || BF539) |
1465 | default 115200 if (SERIAL_SPORT_BAUD_RATE_115200) | 1468 | help |
1466 | default 57600 if (SERIAL_SPORT_BAUD_RATE_57600) | 1469 | Enable UART over SPORT3 |
1467 | default 38400 if (SERIAL_SPORT_BAUD_RATE_38400) | ||
1468 | default 19200 if (SERIAL_SPORT_BAUD_RATE_19200) | ||
1469 | default 9600 if (SERIAL_SPORT_BAUD_RATE_9600) | ||
1470 | 1470 | ||
1471 | config SERIAL_TIMBERDALE | 1471 | config SERIAL_TIMBERDALE |
1472 | tristate "Support for timberdale UART" | 1472 | tristate "Support for timberdale UART" |
1473 | depends on MFD_TIMBERDALE | ||
1474 | select SERIAL_CORE | 1473 | select SERIAL_CORE |
1475 | ---help--- | 1474 | ---help--- |
1476 | Add support for UART controller on timberdale. | 1475 | Add support for UART controller on timberdale. |