| Ben Dooks | a08ab63 | 2008-10-21 14:06:39 +0100 | [diff] [blame] | 1 | # arch/arm/mach-s3c6410/Kconfig | 
 | 2 | # | 
 | 3 | # Copyright 2008 Openmoko, Inc. | 
 | 4 | # Copyright 2008 Simtec Electronics | 
 | 5 | # | 
 | 6 | # Licensed under GPLv2 | 
 | 7 |  | 
 | 8 | # Configuration options for the S3C6410 CPU | 
| Ben Dooks | d626aee | 2008-10-21 14:06:50 +0100 | [diff] [blame] | 9 |  | 
 | 10 | config CPU_S3C6410 | 
 | 11 | 	bool | 
| Ben Dooks | aa64ea3 | 2008-10-21 14:06:58 +0100 | [diff] [blame] | 12 | 	select CPU_S3C6400_INIT | 
| Ben Dooks | cf18acf | 2008-10-21 14:07:02 +0100 | [diff] [blame^] | 13 | 	select CPU_S3C6400_CLOCK | 
| Ben Dooks | d626aee | 2008-10-21 14:06:50 +0100 | [diff] [blame] | 14 | 	help | 
 | 15 | 	  Enable S3C6410 CPU support | 
 | 16 |  |