summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
diff options
context:
space:
mode:
authorKukjin Kim2011-05-12 03:08:09 +0200
committerGreg Kroah-Hartman2011-05-12 18:47:42 +0200
commite0f263d719cc70245406cc26d86a480925e6a3c9 (patch)
tree82da7068ddb2f782a189a1bafe77874de68a9383 /drivers/tty/serial
parentpch_phub: Support new device ML7223 (diff)
downloadkernel-qcow2-linux-e0f263d719cc70245406cc26d86a480925e6a3c9.tar.gz
kernel-qcow2-linux-e0f263d719cc70245406cc26d86a480925e6a3c9.tar.xz
kernel-qcow2-linux-e0f263d719cc70245406cc26d86a480925e6a3c9.zip
tty: Remove to support serial for S5P6442
According to removing ARCH_S5P6442, we don't need to support serial for S5P6442. Cc: Alan Cox <alan@lxorguk.ukuu.org.uk> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/tty/serial')
-rw-r--r--drivers/tty/serial/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
index 2f96ce9924b2..c01af80d12ab 100644
--- a/drivers/tty/serial/Kconfig
+++ b/drivers/tty/serial/Kconfig
@@ -537,7 +537,7 @@ config SERIAL_S3C6400
config SERIAL_S5PV210
tristate "Samsung S5PV210 Serial port support"
- depends on SERIAL_SAMSUNG && (CPU_S5PV210 || CPU_S5P6442 || CPU_EXYNOS4210)
+ depends on SERIAL_SAMSUNG && (CPU_S5PV210 || CPU_EXYNOS4210)
select SERIAL_SAMSUNG_UARTS_4 if (CPU_S5PV210 || CPU_EXYNOS4210)
default y
help