diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-21 09:07:03 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-15 16:58:11 -0500 |
commit | b690ace50be7d10d77cb7a6d5ef1bd9de649852f (patch) | |
tree | 280a5f1ae30ad16669e02f664923afaf4d0d41c3 /drivers/serial/Kconfig | |
parent | cf18acf0e04260ff8ffa46dc245d3d2324ed41b0 (diff) |
[ARM] S3C6400: serial support for S3C6400 and S3C6410 SoCs
Add support to the Samsung serial driver for the S3C6400
and S3C6410 serial ports.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
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 |