diff options
| author | Kukjin Kim <kgene.kim@samsung.com> | 2012-02-05 20:59:47 -0500 |
|---|---|---|
| committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-03-02 18:55:12 -0500 |
| commit | 26febf8ef14a3682eb99af3805c1f8149ed8eb6c (patch) | |
| tree | f6206e4ac98c76f04dc7cc290e99056bfbfe3264 /arch/arm/mach-s3c24xx/Kconfig | |
| parent | 85e2a26f3d17b349a921b93e02b778fa8a09027b (diff) | |
ARM: S3C2416: move mach-s3c2416/* into mach-s3c24xx/
This patch moves S3C2416 stuff into mach-s3c24xx/ directory
so that we can merge the s3c24 series' directories to the
just one mach-s3c24xx/ directory.
Cc: Ben Dooks <ben-linux@fluff.org>
Tested-by: Heiko Stuebner <heiko@sntech.de>
[kgene.kim@samsung.com: removed compiling s3c2416 as per Heiko's suggestion]
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c24xx/Kconfig')
| -rw-r--r-- | arch/arm/mach-s3c24xx/Kconfig | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-s3c24xx/Kconfig index 1c646ff07b92..9dda29e82bbe 100644 --- a/arch/arm/mach-s3c24xx/Kconfig +++ b/arch/arm/mach-s3c24xx/Kconfig | |||
| @@ -35,6 +35,18 @@ config CPU_S3C2412 | |||
| 35 | help | 35 | help |
| 36 | Support for the S3C2412 and S3C2413 SoCs from the S3C24XX line | 36 | Support for the S3C2412 and S3C2413 SoCs from the S3C24XX line |
| 37 | 37 | ||
| 38 | config CPU_S3C2416 | ||
| 39 | bool "SAMSUNG S3C2416/S3C2450" | ||
| 40 | depends on ARCH_S3C24XX | ||
| 41 | select CPU_ARM926T | ||
| 42 | select CPU_LLSERIAL_S3C2440 | ||
| 43 | select SAMSUNG_CLKSRC | ||
| 44 | select S3C2443_CLOCK | ||
| 45 | select S3C2416_DMA if S3C24XX_DMA | ||
| 46 | select S3C2416_PM if PM | ||
| 47 | help | ||
| 48 | Support for the S3C2416 SoC from the S3C24XX line | ||
| 49 | |||
| 38 | if CPU_S3C2410 | 50 | if CPU_S3C2410 |
| 39 | 51 | ||
| 40 | config S3C2410_DMA | 52 | config S3C2410_DMA |
| @@ -248,6 +260,41 @@ config MACH_VSTMS | |||
| 248 | 260 | ||
| 249 | endif # CPU_S3C2412 | 261 | endif # CPU_S3C2412 |
| 250 | 262 | ||
| 263 | if CPU_S3C2416 | ||
| 264 | |||
| 265 | config S3C2416_PM | ||
| 266 | bool | ||
| 267 | select S3C2412_PM_SLEEP | ||
| 268 | help | ||
| 269 | Internal config node to apply S3C2416 power management | ||
| 270 | |||
| 271 | config S3C2416_SETUP_SDHCI | ||
| 272 | bool | ||
| 273 | select S3C2416_SETUP_SDHCI_GPIO | ||
| 274 | help | ||
| 275 | Internal helper functions for S3C2416 based SDHCI systems | ||
| 276 | |||
| 277 | config S3C2416_SETUP_SDHCI_GPIO | ||
| 278 | bool | ||
| 279 | help | ||
| 280 | Common setup code for SDHCI gpio. | ||
| 281 | |||
| 282 | comment "S3C2416 Boards" | ||
| 283 | |||
| 284 | config MACH_SMDK2416 | ||
| 285 | bool "SMDK2416" | ||
| 286 | select MACH_SMDK | ||
| 287 | select S3C_DEV_FB | ||
| 288 | select S3C_DEV_HSMMC | ||
| 289 | select S3C_DEV_HSMMC1 | ||
| 290 | select S3C_DEV_NAND | ||
| 291 | select S3C_DEV_USB_HOST | ||
| 292 | select S3C2416_SETUP_SDHCI | ||
| 293 | help | ||
| 294 | Say Y here if you are using an SMDK2416 | ||
| 295 | |||
| 296 | endif # CPU_S3C2416 | ||
| 297 | |||
| 251 | endmenu # SAMSUNG S3C24XX SoCs Support | 298 | endmenu # SAMSUNG S3C24XX SoCs Support |
| 252 | 299 | ||
| 253 | endif # ARCH_S3C24XX | 300 | endif # ARCH_S3C24XX |
