diff options
Diffstat (limited to 'drivers/tty/serial/Kconfig')
-rw-r--r-- | drivers/tty/serial/Kconfig | 44 |
1 files changed, 2 insertions, 42 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig index 113fccf82517..f32a2ea70100 100644 --- a/drivers/tty/serial/Kconfig +++ b/drivers/tty/serial/Kconfig | |||
@@ -462,7 +462,7 @@ config SERIAL_SAMSUNG | |||
462 | config SERIAL_SAMSUNG_UARTS_4 | 462 | config SERIAL_SAMSUNG_UARTS_4 |
463 | bool | 463 | bool |
464 | depends on ARM && PLAT_SAMSUNG | 464 | depends on ARM && PLAT_SAMSUNG |
465 | default y if CPU_S3C2443 | 465 | default y if !(CPU_S3C2410 || SERIAL_S3C2412 || CPU_S3C2440 || CPU_S3C2442) |
466 | help | 466 | help |
467 | Internal node for the common case of 4 Samsung compatible UARTs | 467 | Internal node for the common case of 4 Samsung compatible UARTs |
468 | 468 | ||
@@ -470,7 +470,7 @@ config SERIAL_SAMSUNG_UARTS | |||
470 | int | 470 | int |
471 | depends on ARM && PLAT_SAMSUNG | 471 | depends on ARM && PLAT_SAMSUNG |
472 | default 6 if ARCH_S5P6450 | 472 | default 6 if ARCH_S5P6450 |
473 | default 4 if SERIAL_SAMSUNG_UARTS_4 | 473 | default 4 if SERIAL_SAMSUNG_UARTS_4 || CPU_S3C2416 |
474 | default 3 | 474 | default 3 |
475 | help | 475 | help |
476 | Select the number of available UART ports for the Samsung S3C | 476 | Select the number of available UART ports for the Samsung S3C |
@@ -500,46 +500,6 @@ config SERIAL_SAMSUNG_CONSOLE | |||
500 | your boot loader about how to pass options to the kernel at | 500 | your boot loader about how to pass options to the kernel at |
501 | boot time.) | 501 | boot time.) |
502 | 502 | ||
503 | config SERIAL_S3C2410 | ||
504 | tristate "Samsung S3C2410 Serial port support" | ||
505 | depends on SERIAL_SAMSUNG && CPU_S3C2410 | ||
506 | default y if CPU_S3C2410 | ||
507 | help | ||
508 | Serial port support for the Samsung S3C2410 SoC | ||
509 | |||
510 | config SERIAL_S3C2412 | ||
511 | tristate "Samsung S3C2412/S3C2413 Serial port support" | ||
512 | depends on SERIAL_SAMSUNG && CPU_S3C2412 | ||
513 | default y if CPU_S3C2412 | ||
514 | help | ||
515 | Serial port support for the Samsung S3C2412 and S3C2413 SoC | ||
516 | |||
517 | config SERIAL_S3C2440 | ||
518 | tristate "Samsung S3C2440/S3C2442/S3C2416 Serial port support" | ||
519 | depends on SERIAL_SAMSUNG && (CPU_S3C2440 || CPU_S3C2442 || CPU_S3C2416) | ||
520 | default y if CPU_S3C2440 | ||
521 | default y if CPU_S3C2442 | ||
522 | select SERIAL_SAMSUNG_UARTS_4 if CPU_S3C2416 | ||
523 | help | ||
524 | Serial port support for the Samsung S3C2440, S3C2416 and S3C2442 SoC | ||
525 | |||
526 | config SERIAL_S3C6400 | ||
527 | tristate "Samsung S3C6400/S3C6410/S5P6440/S5P6450/S5PC100 Serial port support" | ||
528 | depends on SERIAL_SAMSUNG && (CPU_S3C6400 || CPU_S3C6410 || CPU_S5P6440 || CPU_S5P6450 || CPU_S5PC100) | ||
529 | select SERIAL_SAMSUNG_UARTS_4 | ||
530 | default y | ||
531 | help | ||
532 | Serial port support for the Samsung S3C6400, S3C6410, S5P6440, S5P6450 | ||
533 | and S5PC100 SoCs | ||
534 | |||
535 | config SERIAL_S5PV210 | ||
536 | tristate "Samsung S5PV210 Serial port support" | ||
537 | depends on SERIAL_SAMSUNG && (CPU_S5PV210 || CPU_EXYNOS4210 || SOC_EXYNOS4212) | ||
538 | select SERIAL_SAMSUNG_UARTS_4 if (CPU_S5PV210 || CPU_EXYNOS4210 || SOC_EXYNOS4212) | ||
539 | default y | ||
540 | help | ||
541 | Serial port support for Samsung's S5P Family of SoC's | ||
542 | |||
543 | config SERIAL_SIRFSOC | 503 | config SERIAL_SIRFSOC |
544 | tristate "SiRF SoC Platform Serial port support" | 504 | tristate "SiRF SoC Platform Serial port support" |
545 | depends on ARM && ARCH_PRIMA2 | 505 | depends on ARM && ARCH_PRIMA2 |