Linux 2.6.37-rc4
[deliverable/linux.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
12 depends on ARCH_S3C2410
13 select CPU_ARM926T
14 select S3C2416_DMA if S3C2410_DMA
15 select CPU_LLSERIAL_S3C2440
eb90de4a 16 select S3C_GPIO_PULL_UPDOWN
8d6f8658
BD
17 select SAMSUNG_CLKSRC
18 select S3C2443_CLOCK
f1290a49
YK
19 help
20 Support for the S3C2416 SoC from the S3C24XX line
21
22config S3C2416_DMA
23 bool
24 depends on CPU_S3C2416
25 help
26 Internal config node for S3C2416 DMA support
27
6436b6a7
AK
28config S3C2416_PM
29 bool
30 help
31 Internal config node to apply S3C2416 power management
32
f1290a49
YK
33menu "S3C2416 Machines"
34
d2413147
YK
35config MACH_SMDK2416
36 bool "SMDK2416"
37 select CPU_S3C2416
f64bea43 38 select S3C_DEV_FB
d2413147 39 select S3C_DEV_HSMMC
c140c98a 40 select S3C_DEV_HSMMC1
6436b6a7 41 select S3C2416_PM if PM
d2413147
YK
42 help
43 Say Y here if you are using an SMDK2416
f1290a49
YK
44
45endmenu
This page took 0.085559 seconds and 5 git commands to generate.