blob: b66fb3c4e228c75852c7a159eeb986d11f6270b0 [file] [log] [blame]
Ben Dooksa21765a2007-02-11 18:31:01 +01001# arch/arm/plat-s3c24xx/Kconfig
2#
3# Copyright 2007 Simtec Electronics
4#
5# Licensed under GPLv2
6
7config PLAT_S3C24XX
8 bool
9 depends on ARCH_S3C2410
Ben Dooksb8870602007-02-11 20:33:13 +010010 default y if ARCH_S3C2410
Ben Dooks7d477a02007-02-12 18:59:35 +010011 select NO_IOPORT
Ben Dooksa21765a2007-02-11 18:31:01 +010012 help
Ben Dooksd58153d2007-07-22 16:07:09 +010013 Base platform code for any Samsung S3C24XX device
Ben Dooksa21765a2007-02-11 18:31:01 +010014
Ben Dooksb8870602007-02-11 20:33:13 +010015if PLAT_S3C24XX
16
Ben Dooksa21765a2007-02-11 18:31:01 +010017config 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
23config 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
Ben Dooksa21765a2007-02-11 18:31:01 +010029config 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
37config 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
44config MACH_SMDK
45 bool
46 help
47 Common machine code for SMDK2410 and SMDK2440
48
Ben Dooksb8870602007-02-11 20:33:13 +010049endif