blob: 1521f1ce3b2bc0cd308f44cbd87fb04030e1a20b [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 Dooksf348a2a2008-07-03 11:24:25 +010012 select HAVE_GPIO_LIB
Ben Dooksa21765a2007-02-11 18:31:01 +010013 help
Ben Dooksd58153d2007-07-22 16:07:09 +010014 Base platform code for any Samsung S3C24XX device
Ben Dooksa21765a2007-02-11 18:31:01 +010015
Ben Dooksb8870602007-02-11 20:33:13 +010016if PLAT_S3C24XX
17
Ben Dooksa21765a2007-02-11 18:31:01 +010018config CPU_S3C244X
19 bool
20 depends on ARCH_S3C2410 && (CPU_S3C2440 || CPU_S3C2442)
21 help
22 Support for S3C2440 and S3C2442 Samsung Mobile CPU based systems.
23
24config PM_SIMTEC
25 bool
26 help
27 Common power management code for systems that are
28 compatible with the Simtec style of power management
29
Ben Dooksa21765a2007-02-11 18:31:01 +010030config S3C2410_DMA
31 bool "S3C2410 DMA support"
32 depends on ARCH_S3C2410
33 help
34 S3C2410 DMA support. This is needed for drivers like sound which
35 use the S3C2410's DMA system to move data to and from the
36 peripheral blocks.
37
38config S3C2410_DMA_DEBUG
39 bool "S3C2410 DMA support debug"
40 depends on ARCH_S3C2410 && S3C2410_DMA
41 help
42 Enable debugging output for the DMA code. This option sends info
43 to the kernel log, at priority KERN_DEBUG.
44
45config MACH_SMDK
46 bool
47 help
48 Common machine code for SMDK2410 and SMDK2440
49
Ben Dooksb8870602007-02-11 20:33:13 +010050endif