diff options
author | Heiko Stuebner <heiko@sntech.de> | 2012-03-07 13:53:23 +0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-03-07 13:53:23 +0400 |
commit | 714cc3a574282732dbd0c4389e4f82d750d7e5f9 (patch) | |
tree | 1991cd96e8f5c247de7689fb3980dfd5ad80cc4c /arch/arm/mach-s3c2416 | |
parent | 46cdaba11d6d66e834916850c293396399cf8736 (diff) | |
download | linux-714cc3a574282732dbd0c4389e4f82d750d7e5f9.tar.xz |
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 <heiko@sntech.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c2416')
-rw-r--r-- | arch/arm/mach-s3c2416/Kconfig | 14 | ||||
-rw-r--r-- | arch/arm/mach-s3c2416/Makefile | 12 |
2 files changed, 0 insertions, 26 deletions
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 <jekhor@gmail.com> -# -# 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 <jekhor@gmail.com> -# -# Licensed under GPLv2 - -obj-y := -obj-m := -obj-n := -obj- := - -#obj-$(CONFIG_S3C2416_DMA) += dma.o |