Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[pandora-kernel.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 CPU_LLSERIAL_S3C2410
11         select S3C2410_PM if PM
12         select S3C2410_CPUFREQ if CPU_FREQ_S3C24XX
13         help
14           Support for S3C2410 and S3C2410A family from the S3C24XX line
15           of Samsung Mobile CPUs.
16
17 config CPU_S3C2410_DMA
18         bool
19         depends on S3C2410_DMA && (CPU_S3C2410 || CPU_S3C2442)
20         default y if CPU_S3C2410 || CPU_S3C2442
21         help
22           DMA device selection for S3C2410 and compatible CPUs
23
24 config S3C2410_PM
25         bool
26         help
27           Power Management code common to S3C2410 and better
28
29 config SIMTEC_NOR
30         bool
31         help
32           Internal node to specify machine has simtec NOR mapping
33
34 config MACH_BAST_IDE
35         bool
36         select HAVE_PATA_PLATFORM
37         help
38           Internal node for machines with an BAST style IDE
39           interface
40
41 # cpu frequency scaling support
42
43 config S3C2410_CPUFREQ
44         bool
45         depends on CPU_FREQ_S3C24XX && CPU_S3C2410
46         select S3C2410_CPUFREQ_UTILS
47         help
48           CPU Frequency scaling support for S3C2410
49
50 config S3C2410_PLLTABLE
51         bool
52         depends on S3C2410_CPUFREQ && CPU_FREQ_S3C24XX_PLL
53         default y
54         help
55           Select the PLL table for the S3C2410
56
57 menu "S3C2410 Machines"
58
59 config ARCH_SMDK2410
60         bool "SMDK2410/A9M2410"
61         select CPU_S3C2410
62         select MACH_SMDK
63         help
64            Say Y here if you are using the SMDK2410 or the derived module A9M2410
65            <http://www.fsforth.de>
66
67 config ARCH_H1940
68         bool "IPAQ H1940"
69         select CPU_S3C2410
70         select PM_H1940 if PM
71         select S3C_DEV_USB_HOST
72         select S3C_DEV_NAND
73         select S3C2410_SETUP_TS
74         help
75           Say Y here if you are using the HP IPAQ H1940
76
77 config H1940BT
78         tristate "Control the state of H1940 bluetooth chip"
79         depends on ARCH_H1940
80         select RFKILL
81         help
82           This is a simple driver that is able to control
83           the state of built in bluetooth chip on h1940.
84
85 config PM_H1940
86         bool
87         help
88           Internal node for H1940 and related PM
89
90 config MACH_N30
91         bool "Acer N30 family"
92         select CPU_S3C2410
93         select MACH_N35
94         select S3C_DEV_USB_HOST
95         select S3C_DEV_NAND
96         help
97           Say Y here if you want suppt for the Acer N30, Acer N35,
98           Navman PiN570, Yakumo AlphaX or Airis NC05 PDAs.
99
100 config MACH_N35
101         bool
102         help
103           Internal node in order to enable support for Acer N35 if Acer N30 is
104           selected.
105
106 config ARCH_BAST
107         bool "Simtec Electronics BAST (EB2410ITX)"
108         select CPU_S3C2410
109         select S3C2410_IOTIMING if S3C2410_CPUFREQ
110         select PM_SIMTEC if PM
111         select SIMTEC_NOR
112         select MACH_BAST_IDE
113         select S3C24XX_DCLK
114         select ISA
115         select S3C_DEV_HWMON
116         select S3C_DEV_USB_HOST
117         select S3C_DEV_NAND
118         help
119           Say Y here if you are using the Simtec Electronics EB2410ITX
120           development board (also known as BAST)
121
122 config MACH_OTOM
123         bool "NexVision OTOM Board"
124         select CPU_S3C2410
125         select S3C_DEV_USB_HOST
126         select S3C_DEV_NAND
127         help
128           Say Y here if you are using the Nex Vision OTOM board
129
130 config MACH_AML_M5900
131         bool "AML M5900 Series"
132         select CPU_S3C2410
133         select PM_SIMTEC if PM
134         select S3C_DEV_USB_HOST
135         help
136            Say Y here if you are using the American Microsystems M5900 Series
137            <http://www.amltd.com>
138
139 config BAST_PC104_IRQ
140         bool "BAST PC104 IRQ support"
141         depends on ARCH_BAST
142         default y
143         help
144           Say Y here to enable the PC104 IRQ routing on the
145           Simtec BAST (EB2410ITX)
146
147 config MACH_TCT_HAMMER
148         bool "TCT Hammer Board"
149         select CPU_S3C2410
150         select S3C_DEV_USB_HOST
151         help
152            Say Y here if you are using the TinCanTools Hammer Board
153            <http://www.tincantools.com>
154
155 config MACH_VR1000
156         bool "Thorcom VR1000"
157         select PM_SIMTEC if PM
158         select S3C24XX_DCLK
159         select SIMTEC_NOR
160         select MACH_BAST_IDE
161         select CPU_S3C2410
162         select S3C_DEV_USB_HOST
163         help
164           Say Y here if you are using the Thorcom VR1000 board.
165
166 config MACH_QT2410
167         bool "QT2410"
168         select CPU_S3C2410
169         select S3C_DEV_USB_HOST
170         select S3C_DEV_NAND
171         help
172            Say Y here if you are using the Armzone QT2410
173
174 endmenu