diff options
author | Ben Dooks <ben-linux@fluff.org> | 2006-09-20 21:32:33 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-09-25 11:33:54 +0200 |
commit | b6c440a98eb3245fb06d411f1bc9d584269e95d5 (patch) | |
tree | eca4fc008b9c20ff8a8e6b871436158b78d3354a /arch/arm/mach-s3c2410/Kconfig | |
parent | [ARM] Update mach-types (diff) | |
download | linux-b6c440a98eb3245fb06d411f1bc9d584269e95d5.tar.xz linux-b6c440a98eb3245fb06d411f1bc9d584269e95d5.zip |
[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 help Say Y here if you are using the Nex Vision NEXCODER 2440 Light Board +config MACH_VSTMS + bool "VMSTMS" + select CPU_S3C2412 + help + Say Y here if you are using an VSTMS board + endmenu config S3C2410_CLOCK |