From: Heiko Stuebner Date: Wed, 7 Mar 2012 09:53:23 +0000 (-0800) Subject: ARM: S3C24XX: remove obsolete S3C2416_DMA option X-Git-Tag: v3.4-rc1~91^2~4^2~4 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=714cc3a574282732dbd0c4389e4f82d750d7e5f9;p=karo-tx-linux.git ARM: S3C24XX: remove obsolete S3C2416_DMA option The S3C2416 now reuses the dma selection of the S3C2443. Therefore it is not necessary to keep the S3C2416_DMA option around. Signed-off-by: Heiko Stuebner Signed-off-by: Kukjin Kim --- diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index c0a87d0b255e..86d0acf8fc94 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1068,7 +1068,6 @@ source "arch/arm/plat-spear/Kconfig" source "arch/arm/mach-s3c24xx/Kconfig" if ARCH_S3C24XX source "arch/arm/mach-s3c2412/Kconfig" -source "arch/arm/mach-s3c2416/Kconfig" source "arch/arm/mach-s3c2440/Kconfig" endif diff --git a/arch/arm/mach-s3c2416/Kconfig b/arch/arm/mach-s3c2416/Kconfig deleted file mode 100644 index faaa289a486c..000000000000 --- a/arch/arm/mach-s3c2416/Kconfig +++ /dev/null @@ -1,14 +0,0 @@ -# arch/arm/mach-s3c2416/Kconfig -# -# Copyright 2009 Yauhen Kharuzhy -# -# Licensed under GPLv2 - -# note, this also supports the S3C2450 which is so similar it has the same -# ID code as the S3C2416. - -config S3C2416_DMA - bool - depends on CPU_S3C2416 - help - Internal config node for S3C2416 DMA support diff --git a/arch/arm/mach-s3c2416/Makefile b/arch/arm/mach-s3c2416/Makefile deleted file mode 100644 index 3299f192c879..000000000000 --- a/arch/arm/mach-s3c2416/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# arch/arm/mach-s3c2416/Makefile -# -# Copyright 2009 Yauhen Kharuzhy -# -# Licensed under GPLv2 - -obj-y := -obj-m := -obj-n := -obj- := - -#obj-$(CONFIG_S3C2416_DMA) += dma.o