[ARM] 5295/1: make ZONE_DMA optional
[deliverable/linux.git] / arch / arm / mach-s3c2440 / Kconfig
1 # arch/arm/mach-s3c2440/Kconfig
2 #
3 # Copyright 2007 Simtec Electronics
4 #
5 # Licensed under GPLv2
6
7 config CPU_S3C2440
8 bool
9 depends on ARCH_S3C2410
10 select S3C2410_CLOCK
11 select S3C2410_PM if PM
12 select S3C2410_GPIO
13 select S3C2440_DMA if S3C2410_DMA
14 select CPU_S3C244X
15 select CPU_LLSERIAL_S3C2440
16 help
17 Support for S3C2440 Samsung Mobile CPU based systems.
18
19 config S3C2440_DMA
20 bool
21 depends on ARCH_S3C2410 && CPU_S3C24405B
22 help
23 Support for S3C2440 specific DMA code5A
24
25
26 menu "S3C2440 Machines"
27
28 config MACH_ANUBIS
29 bool "Simtec Electronics ANUBIS"
30 select CPU_S3C2440
31 select PM_SIMTEC if PM
32 select HAVE_PATA_PLATFORM
33 help
34 Say Y here if you are using the Simtec Electronics ANUBIS
35 development system
36
37 config MACH_OSIRIS
38 bool "Simtec IM2440D20 (OSIRIS) module"
39 select CPU_S3C2440
40 select PM_SIMTEC if PM
41 help
42 Say Y here if you are using the Simtec IM2440D20 module, also
43 known as the Osiris.
44
45 config MACH_RX3715
46 bool "HP iPAQ rx3715"
47 select CPU_S3C2440
48 select PM_H1940 if PM
49 help
50 Say Y here if you are using the HP iPAQ rx3715.
51
52 config ARCH_S3C2440
53 bool "SMDK2440"
54 select CPU_S3C2440
55 select MACH_SMDK
56 help
57 Say Y here if you are using the SMDK2440.
58
59 config MACH_NEXCODER_2440
60 bool "NexVision NEXCODER 2440 Light Board"
61 select CPU_S3C2440
62 help
63 Say Y here if you are using the Nex Vision NEXCODER 2440 Light Board
64
65 config SMDK2440_CPU2440
66 bool "SMDK2440 with S3C2440 CPU module"
67 depends on ARCH_S3C2440
68 default y if ARCH_S3C2440
69 select CPU_S3C2440
70
71 config MACH_AT2440EVB
72 bool "Avantech AT2440EVB development board"
73 select CPU_S3C2440
74 help
75 Say Y here if you are using the AT2440EVB development board
76
77 endmenu
78
This page took 0.037577 seconds and 5 git commands to generate.