diff options
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r-- | drivers/serial/Kconfig | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index f71a2e8a5f60..e4ae499e587e 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_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, |
@@ -515,6 +515,14 @@ config SERIAL_S3C24A0 | |||
515 | help | 515 | help |
516 | Serial port support for the Samsung S3C24A0 SoC | 516 | Serial port support for the Samsung S3C24A0 SoC |
517 | 517 | ||
518 | config 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 | ||
525 | |||
518 | config SERIAL_DZ | 526 | config SERIAL_DZ |
519 | bool "DECstation DZ serial driver" | 527 | bool "DECstation DZ serial driver" |
520 | depends on MACH_DECSTATION && 32BIT | 528 | depends on MACH_DECSTATION && 32BIT |