diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-08-23 11:04:07 +0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-08-23 11:04:07 +0200 |
commit | c3144fc46f987413df10e83659f0bf1aad76f79e (patch) | |
tree | a09f3c13c32664a617d3981ae111436c3127ccc3 /drivers/serial | |
parent | sh: unwinder: cacheline align slab cache objects. (diff) | |
parent | sh: drop static UIO clocks for sh7722, sh7723 and sh7724 (diff) | |
download | linux-c3144fc46f987413df10e83659f0bf1aad76f79e.tar.xz linux-c3144fc46f987413df10e83659f0bf1aad76f79e.zip |
Merge branches 'sh/hwblk' and 'sh/pm-runtime'
Diffstat (limited to 'drivers/serial')
-rw-r--r-- | drivers/serial/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 037c1e0b7c4c..6553833c12db 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig @@ -527,7 +527,7 @@ config SERIAL_S3C24A0 config SERIAL_S3C6400 tristate "Samsung S3C6400/S3C6410 Serial port support" - depends on SERIAL_SAMSUNG && (CPU_S3C600 || CPU_S3C6410) + depends on SERIAL_SAMSUNG && (CPU_S3C6400 || CPU_S3C6410) default y help Serial port support for the Samsung S3C6400 and S3C6410 |