Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
[pandora-kernel.git] / arch / arm / plat-s3c24xx / Kconfig
1 # arch/arm/plat-s3c24xx/Kconfig
2 #
3 # Copyright 2007 Simtec Electronics
4 #
5 # Licensed under GPLv2
6
7 config PLAT_S3C24XX
8         bool
9         depends on ARCH_S3C2410
10         default y if ARCH_S3C2410
11         select NO_IOPORT
12         help
13           Base platform code for any Samsung S3C24XX device
14
15 if PLAT_S3C24XX
16
17 config CPU_S3C244X
18         bool
19         depends on ARCH_S3C2410 && (CPU_S3C2440 || CPU_S3C2442)
20         help
21           Support for S3C2440 and S3C2442 Samsung Mobile CPU based systems.
22
23 config PM_SIMTEC
24         bool
25         help
26           Common power management code for systems that are
27           compatible with the Simtec style of power management
28
29 config S3C2410_DMA
30         bool "S3C2410 DMA support"
31         depends on ARCH_S3C2410
32         help
33           S3C2410 DMA support. This is needed for drivers like sound which
34           use the S3C2410's DMA system to move data to and from the
35           peripheral blocks.
36
37 config S3C2410_DMA_DEBUG
38         bool "S3C2410 DMA support debug"
39         depends on ARCH_S3C2410 && S3C2410_DMA
40         help
41           Enable debugging output for the DMA code. This option sends info
42           to the kernel log, at priority KERN_DEBUG.
43
44 config MACH_SMDK
45         bool
46         help
47           Common machine code for SMDK2410 and SMDK2440
48
49 endif