Merge branches 'at91', 'cache', 'cup', 'ep93xx', 'ixp4xx', 'nuc', 'pending-dma-stream...
[sfrench/cifs-2.6.git] / arch / arm / mach-s3c2410 / Kconfig
1 # Copyright 2007 Simtec Electronics
2 #
3 # Licensed under GPLv2
4
5 config CPU_S3C2410
6         bool
7         depends on ARCH_S3C2410
8         select CPU_ARM920T
9         select S3C2410_CLOCK
10         select S3C2410_GPIO
11         select CPU_LLSERIAL_S3C2410
12         select S3C2410_PM if PM
13         select S3C2410_CPUFREQ if CPU_FREQ_S3C24XX
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 SIMTEC_NOR
36         bool
37         help
38           Internal node to specify machine has simtec NOR mapping
39
40 config MACH_BAST_IDE
41         bool
42         select HAVE_PATA_PLATFORM
43         help
44           Internal node for machines with an BAST style IDE
45           interface
46
47 # cpu frequency scaling support
48
49 config S3C2410_CPUFREQ
50         bool
51         depends on CPU_FREQ_S3C24XX && CPU_S3C2410
52         select S3C2410_CPUFREQ_UTILS
53         help
54           CPU Frequency scaling support for S3C2410
55
56 config S3C2410_PLLTABLE
57         bool
58         depends on S3C2410_CPUFREQ && CPU_FREQ_S3C24XX_PLL
59         default y
60         help
61           Select the PLL table for the S3C2410
62
63 menu "S3C2410 Machines"
64
65 config ARCH_SMDK2410
66         bool "SMDK2410/A9M2410"
67         select CPU_S3C2410
68         select MACH_SMDK
69         help
70            Say Y here if you are using the SMDK2410 or the derived module A9M2410
71            <http://www.fsforth.de>
72
73 config ARCH_H1940
74         bool "IPAQ H1940"
75         select CPU_S3C2410
76         select PM_H1940 if PM
77         select S3C_DEV_USB_HOST
78         select S3C_DEV_NAND
79         help
80           Say Y here if you are using the HP IPAQ H1940
81
82 config H1940BT
83         tristate "Control the state of H1940 bluetooth chip"
84         depends on ARCH_H1940
85         select RFKILL
86         help
87           This is a simple driver that is able to control
88           the state of built in bluetooth chip on h1940.
89
90 config PM_H1940
91         bool
92         help
93           Internal node for H1940 and related PM
94
95 config MACH_N30
96         bool "Acer N30 family"
97         select CPU_S3C2410
98         select S3C_DEV_USB_HOST
99         select S3C_DEV_NAND
100         help
101           Say Y here if you want suppt for the Acer N30, Acer N35,
102           Navman PiN570, Yakumo AlphaX or Airis NC05 PDAs.
103
104 config ARCH_BAST
105         bool "Simtec Electronics BAST (EB2410ITX)"
106         select CPU_S3C2410
107         select S3C2410_IOTIMING if S3C2410_CPUFREQ
108         select PM_SIMTEC if PM
109         select SIMTEC_NOR
110         select MACH_BAST_IDE
111         select S3C24XX_DCLK
112         select ISA
113         select S3C_DEV_USB_HOST
114         select S3C_DEV_NAND
115         help
116           Say Y here if you are using the Simtec Electronics EB2410ITX
117           development board (also known as BAST)
118
119 config MACH_OTOM
120         bool "NexVision OTOM Board"
121         select CPU_S3C2410
122         select S3C_DEV_USB_HOST
123         select S3C_DEV_NAND
124         help
125           Say Y here if you are using the Nex Vision OTOM board
126
127 config MACH_AML_M5900
128         bool "AML M5900 Series"
129         select CPU_S3C2410
130         select PM_SIMTEC if PM
131         select S3C_DEV_USB_HOST
132         help
133            Say Y here if you are using the American Microsystems M5900 Series
134            <http://www.amltd.com>
135
136 config BAST_PC104_IRQ
137         bool "BAST PC104 IRQ support"
138         depends on ARCH_BAST
139         default y
140         help
141           Say Y here to enable the PC104 IRQ routing on the
142           Simtec BAST (EB2410ITX)
143
144 config MACH_TCT_HAMMER
145         bool "TCT Hammer Board"
146         select CPU_S3C2410
147         select S3C_DEV_USB_HOST
148         help
149            Say Y here if you are using the TinCanTools Hammer Board
150            <http://www.tincantools.com>
151
152 config MACH_VR1000
153         bool "Thorcom VR1000"
154         select PM_SIMTEC if PM
155         select S3C24XX_DCLK
156         select SIMTEC_NOR
157         select MACH_BAST_IDE
158         select CPU_S3C2410
159         select S3C_DEV_USB_HOST
160         help
161           Say Y here if you are using the Thorcom VR1000 board.
162
163 config MACH_QT2410
164         bool "QT2410"
165         select CPU_S3C2410
166         select S3C_DEV_USB_HOST
167         select S3C_DEV_NAND
168         help
169            Say Y here if you are using the Armzone QT2410
170
171 endmenu