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 | |
Abhilash Kesavan | 6436b6a | 2010-10-20 19:43:35 +0900 | [diff] [blame] | 28 | config S3C2416_PM |
| 29 | bool |
Yauhen Kharuzhy | 0f8f9c2 | 2010-12-17 14:45:01 +0900 | [diff] [blame] | 30 | select S3C2412_PM_SLEEP |
Abhilash Kesavan | 6436b6a | 2010-10-20 19:43:35 +0900 | [diff] [blame] | 31 | help |
| 32 | Internal config node to apply S3C2416 power management |
| 33 | |
Yauhen Kharuzhy | c29cfa6 | 2010-12-17 14:42:09 +0900 | [diff] [blame] | 34 | config S3C2416_SETUP_SDHCI |
| 35 | bool |
| 36 | select S3C2416_SETUP_SDHCI_GPIO |
| 37 | help |
| 38 | Internal helper functions for S3C2416 based SDHCI systems |
| 39 | |
| 40 | config S3C2416_SETUP_SDHCI_GPIO |
| 41 | bool |
| 42 | help |
| 43 | Common setup code for SDHCI gpio. |
| 44 | |
Yauhen Kharuzhy | f1290a4 | 2010-04-28 18:09:01 +0900 | [diff] [blame] | 45 | menu "S3C2416 Machines" |
| 46 | |
Yauhen Kharuzhy | d241314 | 2009-08-19 16:31:07 +0300 | [diff] [blame] | 47 | config MACH_SMDK2416 |
| 48 | bool "SMDK2416" |
| 49 | select CPU_S3C2416 |
Yauhen Kharuzhy | 4249f8a | 2010-11-28 20:30:19 +0200 | [diff] [blame] | 50 | select MACH_SMDK |
Ben Dooks | f64bea4 | 2010-05-03 15:29:44 +0900 | [diff] [blame] | 51 | select S3C_DEV_FB |
Yauhen Kharuzhy | d241314 | 2009-08-19 16:31:07 +0300 | [diff] [blame] | 52 | select S3C_DEV_HSMMC |
Ben Dooks | c140c98 | 2010-04-29 18:59:43 +0900 | [diff] [blame] | 53 | select S3C_DEV_HSMMC1 |
Yauhen Kharuzhy | 4249f8a | 2010-11-28 20:30:19 +0200 | [diff] [blame] | 54 | select S3C_DEV_NAND |
| 55 | select S3C_DEV_USB_HOST |
Yauhen Kharuzhy | c29cfa6 | 2010-12-17 14:42:09 +0900 | [diff] [blame] | 56 | select S3C2416_SETUP_SDHCI |
Abhilash Kesavan | 6436b6a | 2010-10-20 19:43:35 +0900 | [diff] [blame] | 57 | select S3C2416_PM if PM |
Yauhen Kharuzhy | d241314 | 2009-08-19 16:31:07 +0300 | [diff] [blame] | 58 | help |
| 59 | Say Y here if you are using an SMDK2416 |
Yauhen Kharuzhy | f1290a4 | 2010-04-28 18:09:01 +0900 | [diff] [blame] | 60 | |
| 61 | endmenu |