diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-21 14:06:50 +0100 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-15 21:51:04 +0000 |
commit | d626aeedc96e21a048f1a300cd6360f3a7be10f2 (patch) | |
tree | 80db0444654d2c171e5c8b3c095d6015506d83a6 /arch/arm/mach-s3c6410/Kconfig | |
parent | beda30f6a9c5f8e1eebd195019a537057cc556fd (diff) |
[ARM] S3C6410: Initial CPU support code
Initial support for the Samsung S3C6410 SoC.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c6410/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c6410/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c6410/Kconfig b/arch/arm/mach-s3c6410/Kconfig index 6ef4c94d622d..c473ba998b3d 100644 --- a/arch/arm/mach-s3c6410/Kconfig +++ b/arch/arm/mach-s3c6410/Kconfig @@ -6,3 +6,9 @@ # Licensed under GPLv2 # Configuration options for the S3C6410 CPU + +config CPU_S3C6410 + bool + help + Enable S3C6410 CPU support + |