diff options
Diffstat (limited to 'arch/arm/mach-s3c6400/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c6400/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c6400/Kconfig b/arch/arm/mach-s3c6400/Kconfig index 6da82b5c09ba..da87f2df103f 100644 --- a/arch/arm/mach-s3c6400/Kconfig +++ b/arch/arm/mach-s3c6400/Kconfig | |||
@@ -6,3 +6,12 @@ | |||
6 | # Licensed under GPLv2 | 6 | # Licensed under GPLv2 |
7 | 7 | ||
8 | # Currently nothing here, this will be added later | 8 | # Currently nothing here, this will be added later |
9 | |||
10 | # machine support | ||
11 | |||
12 | config MACH_SMDK6400 | ||
13 | bool "SMDK6400" | ||
14 | select CPU_S3C6410 | ||
15 | select S3C_DEV_HSMMC | ||
16 | help | ||
17 | Machine support for the Samsung SMDK6400 | ||