Kconfig (f7538ac95200fd122fd84c8f85ff1130ee7645b5) Kconfig (7c6337e225364870e9bf02a3ae277d9fdea483f8)
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

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

349 select ARCH_MTD_XIP
350 select GENERIC_GPIO
351 help
352 Support for StrongARM 11x0 based boards.
353
354config ARCH_S3C2410
355 bool "Samsung S3C2410, S3C2412, S3C2413, S3C2440, S3C2442, S3C2443"
356 select GENERIC_GPIO
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

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

349 select ARCH_MTD_XIP
350 select GENERIC_GPIO
351 help
352 Support for StrongARM 11x0 based boards.
353
354config ARCH_S3C2410
355 bool "Samsung S3C2410, S3C2412, S3C2413, S3C2440, S3C2442, S3C2443"
356 select GENERIC_GPIO
357 select GENERIC_TIME
357 help
358 Samsung S3C2410X CPU based systems, such as the Simtec Electronics
359 BAST (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or
360 the Samsung SMDK2410 development board (and derivatives).
361
362config ARCH_SHARK
363 bool "Shark"
364 select ISA

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

378
379config ARCH_OMAP
380 bool "TI OMAP"
381 select GENERIC_GPIO
382 select GENERIC_TIME
383 help
384 Support for TI's OMAP platform (OMAP1 and OMAP2).
385
358 help
359 Samsung S3C2410X CPU based systems, such as the Simtec Electronics
360 BAST (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or
361 the Samsung SMDK2410 development board (and derivatives).
362
363config ARCH_SHARK
364 bool "Shark"
365 select ISA

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

379
380config ARCH_OMAP
381 bool "TI OMAP"
382 select GENERIC_GPIO
383 select GENERIC_TIME
384 help
385 Support for TI's OMAP platform (OMAP1 and OMAP2).
386
387config ARCH_DAVINCI
388 bool "TI DaVinci"
389 select GENERIC_TIME
390 select GENERIC_CLOCKEVENTS
391 help
392 Support for TI's DaVinci platform.
393
386endchoice
387
388source "arch/arm/mach-clps711x/Kconfig"
389
390source "arch/arm/mach-ep93xx/Kconfig"
391
392source "arch/arm/mach-footbridge/Kconfig"
393

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

439source "arch/arm/mach-realview/Kconfig"
440
441source "arch/arm/mach-at91/Kconfig"
442
443source "arch/arm/mach-netx/Kconfig"
444
445source "arch/arm/mach-ns9xxx/Kconfig"
446
394endchoice
395
396source "arch/arm/mach-clps711x/Kconfig"
397
398source "arch/arm/mach-ep93xx/Kconfig"
399
400source "arch/arm/mach-footbridge/Kconfig"
401

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

447source "arch/arm/mach-realview/Kconfig"
448
449source "arch/arm/mach-at91/Kconfig"
450
451source "arch/arm/mach-netx/Kconfig"
452
453source "arch/arm/mach-ns9xxx/Kconfig"
454
455source "arch/arm/mach-davinci/Kconfig"
456
447# Definitions to make life easier
448config ARCH_ACORN
449 bool
450
451config PLAT_IOP
452 bool
453
454source arch/arm/mm/Kconfig

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

668
669config LEDS
670 bool "Timer and CPU usage LEDs"
671 depends on ARCH_CDB89712 || ARCH_CO285 || ARCH_EBSA110 || \
672 ARCH_EBSA285 || ARCH_IMX || ARCH_INTEGRATOR || \
673 ARCH_LUBBOCK || MACH_MAINSTONE || ARCH_NETWINDER || \
674 ARCH_OMAP || ARCH_P720T || ARCH_PXA_IDP || \
675 ARCH_SA1100 || ARCH_SHARK || ARCH_VERSATILE || \
457# Definitions to make life easier
458config ARCH_ACORN
459 bool
460
461config PLAT_IOP
462 bool
463
464source arch/arm/mm/Kconfig

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

678
679config LEDS
680 bool "Timer and CPU usage LEDs"
681 depends on ARCH_CDB89712 || ARCH_CO285 || ARCH_EBSA110 || \
682 ARCH_EBSA285 || ARCH_IMX || ARCH_INTEGRATOR || \
683 ARCH_LUBBOCK || MACH_MAINSTONE || ARCH_NETWINDER || \
684 ARCH_OMAP || ARCH_P720T || ARCH_PXA_IDP || \
685 ARCH_SA1100 || ARCH_SHARK || ARCH_VERSATILE || \
676 ARCH_AT91 || MACH_TRIZEPS4
686 ARCH_AT91 || MACH_TRIZEPS4 || ARCH_DAVINCI
677 help
678 If you say Y here, the LEDs on your machine will be used
679 to provide useful information about your current system status.
680
681 If you are compiling a kernel for a NetWinder or EBSA-285, you will
682 be able to select which LEDs are active using the options below. If
683 you are compiling a kernel for the EBSA-110 or the LART however, the
684 red LED will simply flash regularly to indicate that the system is

--- 349 unchanged lines hidden ---
687 help
688 If you say Y here, the LEDs on your machine will be used
689 to provide useful information about your current system status.
690
691 If you are compiling a kernel for a NetWinder or EBSA-285, you will
692 be able to select which LEDs are active using the options below. If
693 you are compiling a kernel for the EBSA-110 or the LART however, the
694 red LED will simply flash regularly to indicate that the system is

--- 349 unchanged lines hidden ---