diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2010-01-13 18:19:36 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-01-15 05:16:32 -0500 |
commit | c4ffccddd54b669cc9683f2c69e31035e916a1a0 (patch) | |
tree | a5571183e70ca0dbb8610ee882e1ffcb4fb8da35 /arch/arm/mach-s5p6440/Kconfig | |
parent | 5f3545f64a44b2b2dac34141dba23d18cdf40a92 (diff) |
ARM: S5P6440: Add new Kconfig and Makefiles
This patch adds the Kconfig and Makefile for the new S5P6440 machine
and platform directories. It also updates arch/arm Kconfig and Makefiles
to include the support for the new S5P6440 CPU.
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s5p6440/Kconfig')
-rw-r--r-- | arch/arm/mach-s5p6440/Kconfig | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/arch/arm/mach-s5p6440/Kconfig b/arch/arm/mach-s5p6440/Kconfig new file mode 100644 index 000000000000..3aa246244dcf --- /dev/null +++ b/arch/arm/mach-s5p6440/Kconfig | |||
@@ -0,0 +1,23 @@ | |||
1 | # arch/arm/mach-s5p6440/Kconfig | ||
2 | # | ||
3 | # Copyright (c) 2009 Samsung Electronics Co., Ltd. | ||
4 | # http://www.samsung.com/ | ||
5 | # | ||
6 | # Licensed under GPLv2 | ||
7 | |||
8 | if ARCH_S5P6440 | ||
9 | |||
10 | config CPU_S5P6440 | ||
11 | bool | ||
12 | select CPU_S5P6440_INIT | ||
13 | select CPU_S5P6440_CLOCK | ||
14 | help | ||
15 | Enable S5P6440 CPU support | ||
16 | |||
17 | config MACH_SMDK6440 | ||
18 | bool "SMDK6440" | ||
19 | select CPU_S5P6440 | ||
20 | help | ||
21 | Machine support for the Samsung SMDK6440 | ||
22 | |||
23 | endif | ||