ARM: S3C24XX: change the ARCH_S3C2410 to ARCH_S3C24XX
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / arm / mach-s3c2416 / Kconfig
CommitLineData
f1290a49
YK
1# arch/arm/mach-s3c2416/Kconfig
2#
3# Copyright 2009 Yauhen Kharuzhy <jekhor@gmail.com>
4#
5# Licensed under GPLv2
6
63b1f51b
BD
7# note, this also supports the S3C2450 which is so similar it has the same
8# ID code as the S3C2416.
9
f1290a49
YK
10config CPU_S3C2416
11 bool
b130d5c2 12 depends on ARCH_S3C24XX
f1290a49
YK
13 select CPU_ARM926T
14 select S3C2416_DMA if S3C2410_DMA
15 select CPU_LLSERIAL_S3C2440
8d6f8658
BD
16 select SAMSUNG_CLKSRC
17 select S3C2443_CLOCK
f1290a49
YK
18 help
19 Support for the S3C2416 SoC from the S3C24XX line
20
21config S3C2416_DMA
22 bool
23 depends on CPU_S3C2416
24 help
25 Internal config node for S3C2416 DMA support
26
6436b6a7
AK
27config S3C2416_PM
28 bool
0f8f9c2b 29 select S3C2412_PM_SLEEP
6436b6a7
AK
30 help
31 Internal config node to apply S3C2416 power management
32
c29cfa6d
YK
33config S3C2416_SETUP_SDHCI
34 bool
35 select S3C2416_SETUP_SDHCI_GPIO
36 help
37 Internal helper functions for S3C2416 based SDHCI systems
38
39config S3C2416_SETUP_SDHCI_GPIO
40 bool
41 help
42 Common setup code for SDHCI gpio.
43
f1290a49
YK
44menu "S3C2416 Machines"
45
d2413147
YK
46config MACH_SMDK2416
47 bool "SMDK2416"
48 select CPU_S3C2416
4249f8ac 49 select MACH_SMDK
f64bea43 50 select S3C_DEV_FB
d2413147 51 select S3C_DEV_HSMMC
c140c98a 52 select S3C_DEV_HSMMC1
4249f8ac
YK
53 select S3C_DEV_NAND
54 select S3C_DEV_USB_HOST
c29cfa6d 55 select S3C2416_SETUP_SDHCI
6436b6a7 56 select S3C2416_PM if PM
d2413147
YK
57 help
58 Say Y here if you are using an SMDK2416
f1290a49
YK
59
60endmenu