]> err.no Git - linux-2.6/blob - arch/arm/mach-s3c2410/Kconfig
[ARM] Acer n30: Source file cleanups.
[linux-2.6] / arch / arm / mach-s3c2410 / Kconfig
1 # arch/arm/mach-s3c2410/Kconfig
2 #
3 # Copyright 2007 Simtec Electronics
4 #
5 # Licensed under GPLv2
6
7 config CPU_S3C2410
8         bool
9         depends on ARCH_S3C2410
10         select S3C2410_CLOCK
11         select S3C2410_GPIO
12         select CPU_LLSERIAL_S3C2410
13         select S3C2410_PM if PM
14         help
15           Support for S3C2410 and S3C2410A family from the S3C24XX line
16           of Samsung Mobile CPUs.
17
18 config CPU_S3C2410_DMA
19         bool
20         depends on S3C2410_DMA && (CPU_S3C2410 || CPU_S3C2442)
21         default y if CPU_S3C2410 || CPU_S3C2442
22         help
23           DMA device selection for S3C2410 and compatible CPUs
24
25 config S3C2410_PM
26         bool
27         help
28           Power Management code common to S3C2410 and better
29
30 config S3C2410_GPIO
31         bool
32         help
33           GPIO code for S3C2410 and similar processors
34
35 config S3C2410_CLOCK
36         bool
37         help
38           Clock code for the S3C2410, and similar processors
39
40 config SIMTEC_NOR
41         bool
42         help
43           Internal node to specify machine has simtec NOR mapping
44
45 config MACH_BAST_IDE
46         bool
47         select HAVE_PATA_PLATFORM
48         help
49           Internal node for machines with an BAST style IDE
50           interface
51
52 menu "S3C2410 Machines"
53
54 config ARCH_SMDK2410
55         bool "SMDK2410/A9M2410"
56         select CPU_S3C2410
57         select MACH_SMDK
58         help
59            Say Y here if you are using the SMDK2410 or the derived module A9M2410
60            <http://www.fsforth.de>
61
62 config ARCH_H1940
63         bool "IPAQ H1940"
64         select CPU_S3C2410
65         select PM_H1940 if PM
66         help
67           Say Y here if you are using the HP IPAQ H1940
68
69 config PM_H1940
70         bool
71         help
72           Internal node for H1940 and related PM
73
74 config MACH_N30
75         bool "Acer N30"
76         select CPU_S3C2410
77         help
78           Say Y here if you are using the Acer N30
79
80 config ARCH_BAST
81         bool "Simtec Electronics BAST (EB2410ITX)"
82         select CPU_S3C2410
83         select PM_SIMTEC if PM
84         select SIMTEC_NOR
85         select MACH_BAST_IDE
86         select ISA
87         help
88           Say Y here if you are using the Simtec Electronics EB2410ITX
89           development board (also known as BAST)
90
91 config MACH_OTOM
92         bool "NexVision OTOM Board"
93         select CPU_S3C2410
94         help
95           Say Y here if you are using the Nex Vision OTOM board
96
97 config MACH_AML_M5900
98         bool "AML M5900 Series"
99         select CPU_S3C2410
100         select PM_SIMTEC if PM
101         help
102            Say Y here if you are using the American Microsystems M5900 Series
103            <http://www.amltd.com>
104
105 config BAST_PC104_IRQ
106         bool "BAST PC104 IRQ support"
107         depends on ARCH_BAST
108         default y
109         help
110           Say Y here to enable the PC104 IRQ routing on the
111           Simtec BAST (EB2410ITX)
112
113 config MACH_TCT_HAMMER
114         bool "TCT Hammer Board"
115         select CPU_S3C2410
116         help
117            Say Y here if you are using the TinCanTools Hammer Board
118            <http://www.tincantools.com>
119
120 config MACH_VR1000
121         bool "Thorcom VR1000"
122         select PM_SIMTEC if PM
123         select SIMTEC_NOR
124         select MACH_BAST_IDE
125         select CPU_S3C2410
126         help
127           Say Y here if you are using the Thorcom VR1000 board.
128
129 config MACH_QT2410
130         bool "QT2410"
131         select CPU_S3C2410
132         help
133            Say Y here if you are using the Armzone QT2410
134
135 endmenu