aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r--drivers/serial/Kconfig15
1 files changed, 14 insertions, 1 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index 579d63a81aa2..e4ae499e587e 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -447,7 +447,7 @@ config SERIAL_CLPS711X_CONSOLE
447 447
448config SERIAL_SAMSUNG 448config SERIAL_SAMSUNG
449 tristate "Samsung SoC serial support" 449 tristate "Samsung SoC serial support"
450 depends on ARM && PLAT_S3C24XX 450 depends on ARM && PLAT_S3C
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,
@@ -508,7 +508,20 @@ config SERIAL_S3C2440
508 help 508 help
509 Serial port support for the Samsung S3C2440 and S3C2442 SoC 509 Serial port support for the Samsung S3C2440 and S3C2442 SoC
510 510
511config SERIAL_S3C24A0
512 tristate "Samsung S3C24A0 Serial port support"
513 depends on SERIAL_SAMSUNG && CPU_S3C24A0
514 default y if CPU_S3C24A0
515 help
516 Serial port support for the Samsung S3C24A0 SoC
511 517
518config SERIAL_S3C6400
519 tristate "Samsung S3C6400/S3C6410 Serial port support"
520 depends on SERIAL_SAMSUNG && (CPU_S3C600 || CPU_S3C6410)
521 default y
522 help
523 Serial port support for the Samsung S3C6400 and S3C6410
524 SoCs
512 525
513config SERIAL_DZ 526config SERIAL_DZ
514 bool "DECstation DZ serial driver" 527 bool "DECstation DZ serial driver"