aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/Kconfig
diff options
context:
space:
mode:
authorSandeep Patil <sandeep.patil@azingo.com>2008-10-21 09:06:30 -0400
committerBen Dooks <ben-linux@fluff.org>2008-12-15 16:46:36 -0500
commit1d4bab082474d539f900e896880aa2135e0f5393 (patch)
tree277e991e7994a5b28a894f66c7582e59b6d9c1aa /drivers/serial/Kconfig
parentf0c9eb4ec2d3c9f4ddd74b75da6dfc137e0f6b0d (diff)
[ARM] S3C24A0: Serial port definitions and driver support.
Add serial support for S3C24A0, based on current S3C2410 UART driver. It adds necessary new defines in regs-serial.h for S3C24A0 and the code to support this device in drivers/serial/s3c24a0.c Signed-off-by: Sandeep Patil <sandeep.patil@azingo.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r--drivers/serial/Kconfig7
1 files changed, 6 insertions, 1 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index 579d63a81aa2..f71a2e8a5f60 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -508,7 +508,12 @@ 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
511 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
512 517
513config SERIAL_DZ 518config SERIAL_DZ
514 bool "DECstation DZ serial driver" 519 bool "DECstation DZ serial driver"