diff options
Diffstat (limited to 'drivers/serial/Kconfig')
| -rw-r--r-- | drivers/serial/Kconfig | 31 |
1 files changed, 24 insertions, 7 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index d6ff73395623..f55c49475a8c 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig | |||
| @@ -447,7 +447,7 @@ config SERIAL_CLPS711X_CONSOLE | |||
| 447 | 447 | ||
| 448 | config SERIAL_SAMSUNG | 448 | config SERIAL_SAMSUNG |
| 449 | tristate "Samsung SoC serial support" | 449 | tristate "Samsung SoC serial support" |
| 450 | depends on ARM && PLAT_S3C | 450 | depends on ARM && PLAT_SAMSUNG |
| 451 | select SERIAL_CORE | 451 | select SERIAL_CORE |
| 452 | help | 452 | help |
| 453 | Support for the on-chip UARTs on the Samsung S3C24XX series CPUs, | 453 | Support for the on-chip UARTs on the Samsung S3C24XX series CPUs, |
| @@ -455,11 +455,18 @@ config SERIAL_SAMSUNG | |||
| 455 | provide all of these ports, depending on how the serial port | 455 | provide all of these ports, depending on how the serial port |
| 456 | pins are configured. | 456 | pins are configured. |
| 457 | 457 | ||
| 458 | config SERIAL_SAMSUNG_UARTS_4 | ||
| 459 | bool | ||
| 460 | depends on ARM && PLAT_SAMSUNG | ||
| 461 | default y if CPU_S3C2443 | ||
| 462 | help | ||
| 463 | Internal node for the common case of 4 Samsung compatible UARTs | ||
| 464 | |||
| 458 | config SERIAL_SAMSUNG_UARTS | 465 | config SERIAL_SAMSUNG_UARTS |
| 459 | int | 466 | int |
| 460 | depends on ARM && PLAT_S3C | 467 | depends on ARM && PLAT_SAMSUNG |
| 461 | default 2 if ARCH_S3C2400 | 468 | default 2 if ARCH_S3C2400 |
| 462 | default 4 if ARCH_S5PC1XX || ARCH_S3C64XX || CPU_S3C2443 | 469 | default 4 if SERIAL_SAMSUNG_UARTS_4 |
| 463 | default 3 | 470 | default 3 |
| 464 | help | 471 | help |
| 465 | Select the number of available UART ports for the Samsung S3C | 472 | Select the number of available UART ports for the Samsung S3C |
| @@ -526,20 +533,30 @@ config SERIAL_S3C24A0 | |||
| 526 | Serial port support for the Samsung S3C24A0 SoC | 533 | Serial port support for the Samsung S3C24A0 SoC |
| 527 | 534 | ||
| 528 | config SERIAL_S3C6400 | 535 | config SERIAL_S3C6400 |
| 529 | tristate "Samsung S3C6400/S3C6410 Serial port support" | 536 | tristate "Samsung S3C6400/S3C6410/S5P6440 Seria port support" |
| 530 | depends on SERIAL_SAMSUNG && (CPU_S3C6400 || CPU_S3C6410) | 537 | depends on SERIAL_SAMSUNG && (CPU_S3C6400 || CPU_S3C6410 || CPU_S5P6440) |
| 538 | select SERIAL_SAMSUNG_UARTS_4 | ||
| 531 | default y | 539 | default y |
| 532 | help | 540 | help |
| 533 | Serial port support for the Samsung S3C6400 and S3C6410 | 541 | Serial port support for the Samsung S3C6400, S3C6410 and S5P6440 |
| 534 | SoCs | 542 | SoCs |
| 535 | 543 | ||
| 536 | config SERIAL_S5PC100 | 544 | config SERIAL_S5PC100 |
| 537 | tristate "Samsung S5PC100 Serial port support" | 545 | tristate "Samsung S5PC100 Serial port support" |
| 538 | depends on SERIAL_SAMSUNG && CPU_S5PC100 | 546 | depends on SERIAL_SAMSUNG && CPU_S5PC100 |
| 547 | select SERIAL_SAMSUNG_UARTS_4 | ||
| 539 | default y | 548 | default y |
| 540 | help | 549 | help |
| 541 | Serial port support for the Samsung S5PC100 SoCs | 550 | Serial port support for the Samsung S5PC100 SoCs |
| 542 | 551 | ||
| 552 | config SERIAL_S5PV210 | ||
| 553 | tristate "Samsung S5PV210 Serial port support" | ||
| 554 | depends on SERIAL_SAMSUNG && (CPU_S5PV210 || CPU_S5P6442) | ||
| 555 | select SERIAL_SAMSUNG_UARTS_4 if CPU_S5PV210 | ||
| 556 | default y | ||
| 557 | help | ||
| 558 | Serial port support for Samsung's S5P Family of SoC's | ||
| 559 | |||
| 543 | config SERIAL_MAX3100 | 560 | config SERIAL_MAX3100 |
| 544 | tristate "MAX3100 support" | 561 | tristate "MAX3100 support" |
| 545 | depends on SPI | 562 | depends on SPI |
| @@ -996,7 +1013,7 @@ config SERIAL_IP22_ZILOG_CONSOLE | |||
| 996 | 1013 | ||
| 997 | config SERIAL_SH_SCI | 1014 | config SERIAL_SH_SCI |
| 998 | tristate "SuperH SCI(F) serial port support" | 1015 | tristate "SuperH SCI(F) serial port support" |
| 999 | depends on HAVE_CLK && (SUPERH || H8300) | 1016 | depends on HAVE_CLK && (SUPERH || H8300 || ARCH_SHMOBILE) |
| 1000 | select SERIAL_CORE | 1017 | select SERIAL_CORE |
| 1001 | 1018 | ||
| 1002 | config SERIAL_SH_SCI_NR_UARTS | 1019 | config SERIAL_SH_SCI_NR_UARTS |
