Kconfig (ff877ea80efa2015b6263766f78ee42c2a1b32f9) Kconfig (7444a72effa632fcd8edc566f880d96fe213c73b)
1#
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5
6mainmenu "Linux Kernel Configuration"
7
8config ARM

--- 184 unchanged lines hidden (view full) ---

193
194choice
195 prompt "ARM system type"
196 default ARCH_VERSATILE
197
198config ARCH_AAEC2000
199 bool "Agilent AAEC-2000 based"
200 select ARM_AMBA
1#
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5
6mainmenu "Linux Kernel Configuration"
7
8config ARM

--- 184 unchanged lines hidden (view full) ---

193
194choice
195 prompt "ARM system type"
196 default ARCH_VERSATILE
197
198config ARCH_AAEC2000
199 bool "Agilent AAEC-2000 based"
200 select ARM_AMBA
201 select HAVE_CLK
201 help
202 This enables support for systems based on the Agilent AAEC-2000
203
204config ARCH_INTEGRATOR
205 bool "ARM Ltd. Integrator family"
206 select ARM_AMBA
202 help
203 This enables support for systems based on the Agilent AAEC-2000
204
205config ARCH_INTEGRATOR
206 bool "ARM Ltd. Integrator family"
207 select ARM_AMBA
208 select HAVE_CLK
207 select ICST525
208 help
209 Support for ARM's Integrator platform.
210
211config ARCH_REALVIEW
212 bool "ARM Ltd. RealView family"
213 select ARM_AMBA
209 select ICST525
210 help
211 Support for ARM's Integrator platform.
212
213config ARCH_REALVIEW
214 bool "ARM Ltd. RealView family"
215 select ARM_AMBA
216 select HAVE_CLK
214 select ICST307
215 select GENERIC_TIME
216 select GENERIC_CLOCKEVENTS
217 help
218 This enables support for ARM Ltd RealView boards.
219
220config ARCH_VERSATILE
221 bool "ARM Ltd. Versatile family"
222 select ARM_AMBA
223 select ARM_VIC
217 select ICST307
218 select GENERIC_TIME
219 select GENERIC_CLOCKEVENTS
220 help
221 This enables support for ARM Ltd RealView boards.
222
223config ARCH_VERSATILE
224 bool "ARM Ltd. Versatile family"
225 select ARM_AMBA
226 select ARM_VIC
227 select HAVE_CLK
224 select ICST307
225 select GENERIC_TIME
226 select GENERIC_CLOCKEVENTS
227 help
228 This enables support for ARM Ltd Versatile board.
229
230config ARCH_AT91
231 bool "Atmel AT91"

--- 25 unchanged lines hidden (view full) ---

257 Ethernet interface, two PCMCIA sockets, two serial ports and a
258 parallel port.
259
260config ARCH_EP93XX
261 bool "EP93xx-based"
262 select ARM_AMBA
263 select ARM_VIC
264 select GENERIC_GPIO
228 select ICST307
229 select GENERIC_TIME
230 select GENERIC_CLOCKEVENTS
231 help
232 This enables support for ARM Ltd Versatile board.
233
234config ARCH_AT91
235 bool "Atmel AT91"

--- 25 unchanged lines hidden (view full) ---

261 Ethernet interface, two PCMCIA sockets, two serial ports and a
262 parallel port.
263
264config ARCH_EP93XX
265 bool "EP93xx-based"
266 select ARM_AMBA
267 select ARM_VIC
268 select GENERIC_GPIO
265 select HAVE_GPIO_LIB
269 select HAVE_CLK
270 select HAVE_CLK
271 select ARCH_REQUIRE_GPIOLIB
266 help
267 This enables support for the Cirrus EP93xx series of CPUs.
268
269config ARCH_FOOTBRIDGE
270 bool "FootBridge"
271 select FOOTBRIDGE
272 help
273 Support for systems based on the DC21285 companion chip

--- 102 unchanged lines hidden (view full) ---

376 Support for Micrel/Kendin KS8695 "Centaur" (ARM922T) based
377 System-on-Chip devices.
378
379config ARCH_NS9XXX
380 bool "NetSilicon NS9xxx"
381 select GENERIC_GPIO
382 select GENERIC_TIME
383 select GENERIC_CLOCKEVENTS
272 help
273 This enables support for the Cirrus EP93xx series of CPUs.
274
275config ARCH_FOOTBRIDGE
276 bool "FootBridge"
277 select FOOTBRIDGE
278 help
279 Support for systems based on the DC21285 companion chip

--- 102 unchanged lines hidden (view full) ---

382 Support for Micrel/Kendin KS8695 "Centaur" (ARM922T) based
383 System-on-Chip devices.
384
385config ARCH_NS9XXX
386 bool "NetSilicon NS9xxx"
387 select GENERIC_GPIO
388 select GENERIC_TIME
389 select GENERIC_CLOCKEVENTS
390 select HAVE_CLK
384 help
385 Say Y here if you intend to run this kernel on a NetSilicon NS9xxx
386 System.
387
388 <http://www.digi.com/products/microprocessors/index.jsp>
389
390config ARCH_LOKI
391 bool "Marvell Loki (88RC8480)"

--- 33 unchanged lines hidden (view full) ---

425 select PLAT_ORION
426 help
427 Support for the following Marvell Orion 5x series SoCs:
428 Orion-1 (5181), Orion-VoIP (5181L), Orion-NAS (5182),
429 Orion-2 (5281).
430
431config ARCH_PNX4008
432 bool "Philips Nexperia PNX4008 Mobile"
391 help
392 Say Y here if you intend to run this kernel on a NetSilicon NS9xxx
393 System.
394
395 <http://www.digi.com/products/microprocessors/index.jsp>
396
397config ARCH_LOKI
398 bool "Marvell Loki (88RC8480)"

--- 33 unchanged lines hidden (view full) ---

432 select PLAT_ORION
433 help
434 Support for the following Marvell Orion 5x series SoCs:
435 Orion-1 (5181), Orion-VoIP (5181L), Orion-NAS (5182),
436 Orion-2 (5281).
437
438config ARCH_PNX4008
439 bool "Philips Nexperia PNX4008 Mobile"
440 select HAVE_CLK
433 help
434 This enables support for Philips PNX4008 mobile platform.
435
436config ARCH_PXA
437 bool "PXA2xx/PXA3xx-based"
438 depends on MMU
439 select ARCH_MTD_XIP
440 select GENERIC_GPIO
441 help
442 This enables support for Philips PNX4008 mobile platform.
443
444config ARCH_PXA
445 bool "PXA2xx/PXA3xx-based"
446 depends on MMU
447 select ARCH_MTD_XIP
448 select GENERIC_GPIO
441 select HAVE_GPIO_LIB
449 select HAVE_CLK
450 select ARCH_REQUIRE_GPIOLIB
442 select GENERIC_TIME
443 select GENERIC_CLOCKEVENTS
444 select TICK_ONESHOT
445 help
446 Support for Intel/Marvell's PXA2xx/PXA3xx processor line.
447
448config ARCH_RPC
449 bool "RiscPC"

--- 13 unchanged lines hidden (view full) ---

463 select ISA
464 select ARCH_DISCONTIGMEM_ENABLE
465 select ARCH_SPARSEMEM_ENABLE
466 select ARCH_SELECT_MEMORY_MODEL
467 select ARCH_MTD_XIP
468 select GENERIC_GPIO
469 select GENERIC_TIME
470 select GENERIC_CLOCKEVENTS
451 select GENERIC_TIME
452 select GENERIC_CLOCKEVENTS
453 select TICK_ONESHOT
454 help
455 Support for Intel/Marvell's PXA2xx/PXA3xx processor line.
456
457config ARCH_RPC
458 bool "RiscPC"

--- 13 unchanged lines hidden (view full) ---

472 select ISA
473 select ARCH_DISCONTIGMEM_ENABLE
474 select ARCH_SPARSEMEM_ENABLE
475 select ARCH_SELECT_MEMORY_MODEL
476 select ARCH_MTD_XIP
477 select GENERIC_GPIO
478 select GENERIC_TIME
479 select GENERIC_CLOCKEVENTS
480 select HAVE_CLK
471 select TICK_ONESHOT
481 select TICK_ONESHOT
472 select HAVE_GPIO_LIB
482 select ARCH_REQUIRE_GPIOLIB
473 help
474 Support for StrongARM 11x0 based boards.
475
476config ARCH_S3C2410
477 bool "Samsung S3C2410, S3C2412, S3C2413, S3C2440, S3C2442, S3C2443"
478 select GENERIC_GPIO
483 help
484 Support for StrongARM 11x0 based boards.
485
486config ARCH_S3C2410
487 bool "Samsung S3C2410, S3C2412, S3C2413, S3C2440, S3C2442, S3C2443"
488 select GENERIC_GPIO
489 select HAVE_CLK
479 help
480 Samsung S3C2410X CPU based systems, such as the Simtec Electronics
481 BAST (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or
482 the Samsung SMDK2410 development board (and derivatives).
483
484config ARCH_SHARK
485 bool "Shark"
486 select ISA

--- 11 unchanged lines hidden (view full) ---

498 core with a wide array of integrated devices for
499 hand-held and low-power applications.
500
501config ARCH_DAVINCI
502 bool "TI DaVinci"
503 select GENERIC_TIME
504 select GENERIC_CLOCKEVENTS
505 select GENERIC_GPIO
490 help
491 Samsung S3C2410X CPU based systems, such as the Simtec Electronics
492 BAST (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or
493 the Samsung SMDK2410 development board (and derivatives).
494
495config ARCH_SHARK
496 bool "Shark"
497 select ISA

--- 11 unchanged lines hidden (view full) ---

509 core with a wide array of integrated devices for
510 hand-held and low-power applications.
511
512config ARCH_DAVINCI
513 bool "TI DaVinci"
514 select GENERIC_TIME
515 select GENERIC_CLOCKEVENTS
516 select GENERIC_GPIO
517 select HAVE_CLK
506 help
507 Support for TI's DaVinci platform.
508
509config ARCH_OMAP
510 bool "TI OMAP"
511 select GENERIC_GPIO
518 help
519 Support for TI's DaVinci platform.
520
521config ARCH_OMAP
522 bool "TI OMAP"
523 select GENERIC_GPIO
512 select HAVE_GPIO_LIB
524 select HAVE_CLK
525 select ARCH_REQUIRE_GPIOLIB
513 select GENERIC_TIME
514 select GENERIC_CLOCKEVENTS
515 help
516 Support for TI's OMAP platform (OMAP1 and OMAP2).
517
518config ARCH_MSM7X00A
519 bool "Qualcomm MSM7X00A"
520 select GENERIC_TIME

--- 706 unchanged lines hidden ---
526 select GENERIC_TIME
527 select GENERIC_CLOCKEVENTS
528 help
529 Support for TI's OMAP platform (OMAP1 and OMAP2).
530
531config ARCH_MSM7X00A
532 bool "Qualcomm MSM7X00A"
533 select GENERIC_TIME

--- 706 unchanged lines hidden ---