diff options
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/Kconfig | 1 | ||||
-rw-r--r-- | arch/arm/mach-s3c2416/Kconfig | 14 | ||||
-rw-r--r-- | arch/arm/mach-s3c2416/Makefile | 12 |
3 files changed, 0 insertions, 27 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index c0a87d0b255..86d0acf8fc9 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -1068,7 +1068,6 @@ source "arch/arm/plat-spear/Kconfig" | |||
1068 | source "arch/arm/mach-s3c24xx/Kconfig" | 1068 | source "arch/arm/mach-s3c24xx/Kconfig" |
1069 | if ARCH_S3C24XX | 1069 | if ARCH_S3C24XX |
1070 | source "arch/arm/mach-s3c2412/Kconfig" | 1070 | source "arch/arm/mach-s3c2412/Kconfig" |
1071 | source "arch/arm/mach-s3c2416/Kconfig" | ||
1072 | source "arch/arm/mach-s3c2440/Kconfig" | 1071 | source "arch/arm/mach-s3c2440/Kconfig" |
1073 | endif | 1072 | endif |
1074 | 1073 | ||
diff --git a/arch/arm/mach-s3c2416/Kconfig b/arch/arm/mach-s3c2416/Kconfig deleted file mode 100644 index faaa289a486..00000000000 --- a/arch/arm/mach-s3c2416/Kconfig +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | # arch/arm/mach-s3c2416/Kconfig | ||
2 | # | ||
3 | # Copyright 2009 Yauhen Kharuzhy <jekhor@gmail.com> | ||
4 | # | ||
5 | # Licensed under GPLv2 | ||
6 | |||
7 | # note, this also supports the S3C2450 which is so similar it has the same | ||
8 | # ID code as the S3C2416. | ||
9 | |||
10 | config S3C2416_DMA | ||
11 | bool | ||
12 | depends on CPU_S3C2416 | ||
13 | help | ||
14 | 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 3299f192c87..00000000000 --- a/arch/arm/mach-s3c2416/Makefile +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | # arch/arm/mach-s3c2416/Makefile | ||
2 | # | ||
3 | # Copyright 2009 Yauhen Kharuzhy <jekhor@gmail.com> | ||
4 | # | ||
5 | # Licensed under GPLv2 | ||
6 | |||
7 | obj-y := | ||
8 | obj-m := | ||
9 | obj-n := | ||
10 | obj- := | ||
11 | |||
12 | #obj-$(CONFIG_S3C2416_DMA) += dma.o | ||