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