Yauhen Kharuzhy | f1290a4 | 2010-04-28 18:09:01 +0900 | [diff] [blame] | 1 | # arch/arm/mach-s3c2416/Kconfig |
| 2 | # |
| 3 | # Copyright 2009 Yauhen Kharuzhy <jekhor@gmail.com> |
| 4 | # |
| 5 | # Licensed under GPLv2 |
| 6 | |
Ben Dooks | 63b1f51 | 2010-04-30 16:32:26 +0900 | [diff] [blame^] | 7 | # note, this also supports the S3C2450 which is so similar it has the same |
| 8 | # ID code as the S3C2416. |
| 9 | |
Yauhen Kharuzhy | f1290a4 | 2010-04-28 18:09:01 +0900 | [diff] [blame] | 10 | config CPU_S3C2416 |
| 11 | bool |
| 12 | depends on ARCH_S3C2410 |
| 13 | select CPU_ARM926T |
| 14 | select S3C2416_DMA if S3C2410_DMA |
| 15 | select CPU_LLSERIAL_S3C2440 |
Ben Dooks | eb90de4 | 2010-04-30 19:48:02 +0900 | [diff] [blame] | 16 | select S3C_GPIO_PULL_UPDOWN |
Ben Dooks | 8d6f865 | 2010-04-30 11:12:58 +0900 | [diff] [blame] | 17 | select SAMSUNG_CLKSRC |
| 18 | select S3C2443_CLOCK |
Yauhen Kharuzhy | f1290a4 | 2010-04-28 18:09:01 +0900 | [diff] [blame] | 19 | help |
| 20 | Support for the S3C2416 SoC from the S3C24XX line |
| 21 | |
| 22 | config S3C2416_DMA |
| 23 | bool |
| 24 | depends on CPU_S3C2416 |
| 25 | help |
| 26 | Internal config node for S3C2416 DMA support |
| 27 | |
| 28 | menu "S3C2416 Machines" |
| 29 | |
Yauhen Kharuzhy | d241314 | 2009-08-19 16:31:07 +0300 | [diff] [blame] | 30 | config MACH_SMDK2416 |
| 31 | bool "SMDK2416" |
| 32 | select CPU_S3C2416 |
| 33 | select S3C_DEV_HSMMC |
Ben Dooks | c140c98 | 2010-04-29 18:59:43 +0900 | [diff] [blame] | 34 | select S3C_DEV_HSMMC1 |
Yauhen Kharuzhy | d241314 | 2009-08-19 16:31:07 +0300 | [diff] [blame] | 35 | help |
| 36 | Say Y here if you are using an SMDK2416 |
Yauhen Kharuzhy | f1290a4 | 2010-04-28 18:09:01 +0900 | [diff] [blame] | 37 | |
| 38 | endmenu |