aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorMartin Michlmayr <tbm@cyrius.com>2006-02-08 16:09:05 -0500
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-02-08 16:09:05 -0500
commitf999b8bdec299bb20be21482640208c3574b16fa (patch)
tree02e419e402e5c11e8b1b5dc8b16c0367c2a4cedd /arch/arm/Kconfig
parent2a513ce79958d47b72a11c76ec291c8c1169214c (diff)
[ARM] 3304/1: Add help descriptions to ARCH config items that don't have one
Patch from Martin Michlmayr Add help descriptions to ARCH config items that don't have one. Signed-off-by: Martin Michlmayr <tbm@cyrius.com> --- Kconfig | 32 ++++++++++++++++++++++++++++++-- mach-clps711x/Kconfig | 2 ++ 2 files changed, 32 insertions(+), 2 deletions(-) Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig32
1 files changed, 30 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 5959e36c3b4c..44ccf98d9027 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -81,14 +81,20 @@ config ARCH_CLPS7500
81 bool "Cirrus-CL-PS7500FE" 81 bool "Cirrus-CL-PS7500FE"
82 select TIMER_ACORN 82 select TIMER_ACORN
83 select ISA 83 select ISA
84 help
85 Support for the Cirrus Logic PS7500FE system-on-a-chip.
84 86
85config ARCH_CLPS711X 87config ARCH_CLPS711X
86 bool "CLPS711x/EP721x-based" 88 bool "CLPS711x/EP721x-based"
89 help
90 Support for Cirrus Logic 711x/721x based boards.
87 91
88config ARCH_CO285 92config ARCH_CO285
89 bool "Co-EBSA285" 93 bool "Co-EBSA285"
90 select FOOTBRIDGE 94 select FOOTBRIDGE
91 select FOOTBRIDGE_ADDIN 95 select FOOTBRIDGE_ADDIN
96 help
97 Support for Intel's EBSA285 companion chip.
92 98
93config ARCH_EBSA110 99config ARCH_EBSA110
94 bool "EBSA-110" 100 bool "EBSA-110"
@@ -102,24 +108,35 @@ config ARCH_EBSA110
102config ARCH_FOOTBRIDGE 108config ARCH_FOOTBRIDGE
103 bool "FootBridge" 109 bool "FootBridge"
104 select FOOTBRIDGE 110 select FOOTBRIDGE
111 help
112 Support for systems based on the DC21285 companion chip
113 ("FootBridge"), such as the Simtec CATS and the Rebel NetWinder.
105 114
106config ARCH_INTEGRATOR 115config ARCH_INTEGRATOR
107 bool "Integrator" 116 bool "Integrator"
108 select ARM_AMBA 117 select ARM_AMBA
109 select ICST525 118 select ICST525
119 help
120 Support for ARM's Integrator platform.
110 121
111config ARCH_IOP3XX 122config ARCH_IOP3XX
112 bool "IOP3xx-based" 123 bool "IOP3xx-based"
113 select PCI 124 select PCI
125 help
126 Support for Intel's IOP3XX (XScale) family of processors.
114 127
115config ARCH_IXP4XX 128config ARCH_IXP4XX
116 bool "IXP4xx-based" 129 bool "IXP4xx-based"
117 select DMABOUNCE 130 select DMABOUNCE
118 select PCI 131 select PCI
132 help
133 Support for Intel's IXP4XX (XScale) family of processors.
119 134
120config ARCH_IXP2000 135config ARCH_IXP2000
121 bool "IXP2400/2800-based" 136 bool "IXP2400/2800-based"
122 select PCI 137 select PCI
138 help
139 Support for Intel's IXP2400/2800 (XScale) family of processors.
123 140
124config ARCH_L7200 141config ARCH_L7200
125 bool "LinkUp-L7200" 142 bool "LinkUp-L7200"
@@ -136,6 +153,8 @@ config ARCH_L7200
136 153
137config ARCH_PXA 154config ARCH_PXA
138 bool "PXA2xx-based" 155 bool "PXA2xx-based"
156 help
157 Support for Intel's PXA2XX processor line.
139 158
140config ARCH_RPC 159config ARCH_RPC
141 bool "RiscPC" 160 bool "RiscPC"
@@ -152,6 +171,8 @@ config ARCH_SA1100
152 bool "SA1100-based" 171 bool "SA1100-based"
153 select ISA 172 select ISA
154 select ARCH_DISCONTIGMEM_ENABLE 173 select ARCH_DISCONTIGMEM_ENABLE
174 help
175 Support for StrongARM 11x0 based boards.
155 176
156config ARCH_S3C2410 177config ARCH_S3C2410
157 bool "Samsung S3C2410" 178 bool "Samsung S3C2410"
@@ -165,6 +186,9 @@ config ARCH_SHARK
165 select ISA 186 select ISA
166 select ISA_DMA 187 select ISA_DMA
167 select PCI 188 select PCI
189 help
190 Support for the StrongARM based Digital DNARD machine, also known
191 as "Shark" (<http://www.shark-linux.de/shark.html>).
168 192
169config ARCH_LH7A40X 193config ARCH_LH7A40X
170 bool "Sharp LH7A40X" 194 bool "Sharp LH7A40X"
@@ -176,6 +200,8 @@ config ARCH_LH7A40X
176 200
177config ARCH_OMAP 201config ARCH_OMAP
178 bool "TI OMAP" 202 bool "TI OMAP"
203 help
204 Support for TI's OMAP platform (OMAP1 and OMAP2).
179 205
180config ARCH_VERSATILE 206config ARCH_VERSATILE
181 bool "Versatile" 207 bool "Versatile"
@@ -194,6 +220,8 @@ config ARCH_REALVIEW
194 220
195config ARCH_IMX 221config ARCH_IMX
196 bool "IMX" 222 bool "IMX"
223 help
224 Support for Motorola's i.MX family of processors (MX1, MXL).
197 225
198config ARCH_H720X 226config ARCH_H720X
199 bool "Hynix-HMS720x-based" 227 bool "Hynix-HMS720x-based"
@@ -210,8 +238,8 @@ config ARCH_AAEC2000
210config ARCH_AT91RM9200 238config ARCH_AT91RM9200
211 bool "AT91RM9200" 239 bool "AT91RM9200"
212 help 240 help
213 Say Y here if you intend to run this kernel on an AT91RM9200-based 241 Say Y here if you intend to run this kernel on an Atmel
214 board. 242 AT91RM9200-based board.
215 243
216endchoice 244endchoice
217 245