diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-01-25 20:11:04 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-01-25 20:16:32 -0500 |
commit | 431107ea5b680a24a4d01fbd3a178a3eb932f378 (patch) | |
tree | 6515a616e8ed60480e169188e630936794be2c77 /arch/arm/mach-s3c6400/Kconfig | |
parent | ab5d97db1c6ced3e95c00d097931471707032b1f (diff) |
ARM: S3C64XX: Merge mach-s3c6400 and mach-s3c6410
As per discussions with Russell King on linux-arm-kernel, it appears that
both mach-s3c6400 and mach-s3c6410 are so close together that they should
simply be merged into mach-s3c64xx.
Note, this patch does not eliminate any of the bits that are still common,
it is simply a move of the two directories together, any further common
code will be eliminated or moved in further patches.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c6400/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c6400/Kconfig | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/arch/arm/mach-s3c6400/Kconfig b/arch/arm/mach-s3c6400/Kconfig deleted file mode 100644 index a250bf68709f..000000000000 --- a/arch/arm/mach-s3c6400/Kconfig +++ /dev/null | |||
@@ -1,30 +0,0 @@ | |||
1 | # Copyright 2008 Openmoko, Inc. | ||
2 | # Simtec Electronics, Ben Dooks <ben@simtec.co.uk> | ||
3 | # | ||
4 | # Licensed under GPLv2 | ||
5 | |||
6 | # Configuration options for the S3C6410 CPU | ||
7 | |||
8 | config CPU_S3C6400 | ||
9 | bool | ||
10 | select CPU_S3C6400_INIT | ||
11 | select CPU_S3C6400_CLOCK | ||
12 | help | ||
13 | Enable S3C6400 CPU support | ||
14 | |||
15 | config S3C6400_SETUP_SDHCI | ||
16 | bool | ||
17 | help | ||
18 | Internal configuration for default SDHCI | ||
19 | setup for S3C6400. | ||
20 | |||
21 | # S36400 Macchine support | ||
22 | |||
23 | config MACH_SMDK6400 | ||
24 | bool "SMDK6400" | ||
25 | select CPU_S3C6400 | ||
26 | select S3C_DEV_HSMMC | ||
27 | select S3C_DEV_NAND | ||
28 | select S3C6400_SETUP_SDHCI | ||
29 | help | ||
30 | Machine support for the Samsung SMDK6400 | ||