diff options
author | Ben Dooks <ben-linux@fluff.org> | 2006-09-20 15:32:33 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-09-25 05:33:54 -0400 |
commit | b6c440a98eb3245fb06d411f1bc9d584269e95d5 (patch) | |
tree | eca4fc008b9c20ff8a8e6b871436158b78d3354a /arch/arm/mach-s3c2410/Kconfig | |
parent | 1649adc78d46db79510b92ffd58486ca82a86549 (diff) |
[ARM] 3840/1: S3C2412: Add machine VSTMS
Add new machine VSTMS
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Thomas Gleixner <tglx@linuxtronix.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-s3c2410/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c2410/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/Kconfig b/arch/arm/mach-s3c2410/Kconfig index e555bc5f3029..40bfef006c0c 100644 --- a/arch/arm/mach-s3c2410/Kconfig +++ b/arch/arm/mach-s3c2410/Kconfig | |||
@@ -126,6 +126,12 @@ config MACH_NEXCODER_2440 | |||
126 | help | 126 | help |
127 | Say Y here if you are using the Nex Vision NEXCODER 2440 Light Board | 127 | Say Y here if you are using the Nex Vision NEXCODER 2440 Light Board |
128 | 128 | ||
129 | config MACH_VSTMS | ||
130 | bool "VMSTMS" | ||
131 | select CPU_S3C2412 | ||
132 | help | ||
133 | Say Y here if you are using an VSTMS board | ||
134 | |||
129 | endmenu | 135 | endmenu |
130 | 136 | ||
131 | config S3C2410_CLOCK | 137 | config S3C2410_CLOCK |