Kconfig (749f583f3405f93bf56ed5dd0be1d65c06db6f0f) Kconfig (edabd38e1a017e922e3e3b485ee3ddb4df433aa4)
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

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

428 L7200 Software Development Board which uses an ARM720T processor.
429 Information on this board can be obtained at:
430
431 <http://www.linkupsys.com/>
432
433 If you have any questions or comments about the Linux kernel port
434 to this board, send e-mail to <sjhill@cotw.com>.
435
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

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

428 L7200 Software Development Board which uses an ARM720T processor.
429 Information on this board can be obtained at:
430
431 <http://www.linkupsys.com/>
432
433 If you have any questions or comments about the Linux kernel port
434 to this board, send e-mail to <sjhill@cotw.com>.
435
436config ARCH_DOVE
437 bool "Marvell Dove"
438 select PCI
439 select GENERIC_GPIO
440 select ARCH_REQUIRE_GPIOLIB
441 select GENERIC_TIME
442 select GENERIC_CLOCKEVENTS
443 select PLAT_ORION
444 help
445 Support for the Marvell Dove SoC 88AP510
446
436config ARCH_KIRKWOOD
437 bool "Marvell Kirkwood"
438 select CPU_FEROCEON
439 select PCI
440 select GENERIC_GPIO
441 select ARCH_REQUIRE_GPIOLIB
442 select GENERIC_TIME
443 select GENERIC_CLOCKEVENTS

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

742source "arch/arm/mach-omap1/Kconfig"
743
744source "arch/arm/mach-omap2/Kconfig"
745
746source "arch/arm/mach-orion5x/Kconfig"
747
748source "arch/arm/mach-kirkwood/Kconfig"
749
447config ARCH_KIRKWOOD
448 bool "Marvell Kirkwood"
449 select CPU_FEROCEON
450 select PCI
451 select GENERIC_GPIO
452 select ARCH_REQUIRE_GPIOLIB
453 select GENERIC_TIME
454 select GENERIC_CLOCKEVENTS

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

753source "arch/arm/mach-omap1/Kconfig"
754
755source "arch/arm/mach-omap2/Kconfig"
756
757source "arch/arm/mach-orion5x/Kconfig"
758
759source "arch/arm/mach-kirkwood/Kconfig"
760
761source "arch/arm/mach-dove/Kconfig"
762
750source "arch/arm/plat-s3c24xx/Kconfig"
751source "arch/arm/plat-s3c64xx/Kconfig"
752source "arch/arm/plat-s3c/Kconfig"
753source "arch/arm/plat-s5pc1xx/Kconfig"
754
755if ARCH_S3C2410
756source "arch/arm/mach-s3c2400/Kconfig"
757source "arch/arm/mach-s3c2410/Kconfig"

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

805source "arch/arm/mach-bcmring/Kconfig"
806
807# Definitions to make life easier
808config ARCH_ACORN
809 bool
810
811config PLAT_IOP
812 bool
763source "arch/arm/plat-s3c24xx/Kconfig"
764source "arch/arm/plat-s3c64xx/Kconfig"
765source "arch/arm/plat-s3c/Kconfig"
766source "arch/arm/plat-s5pc1xx/Kconfig"
767
768if ARCH_S3C2410
769source "arch/arm/mach-s3c2400/Kconfig"
770source "arch/arm/mach-s3c2410/Kconfig"

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

818source "arch/arm/mach-bcmring/Kconfig"
819
820# Definitions to make life easier
821config ARCH_ACORN
822 bool
823
824config PLAT_IOP
825 bool
813 select GENERIC_CLOCKEVENTS
814 select GENERIC_TIME
815
816config PLAT_ORION
817 bool
818
819config PLAT_PXA
820 bool
821
822source arch/arm/mm/Kconfig

--- 699 unchanged lines hidden ---
826
827config PLAT_ORION
828 bool
829
830config PLAT_PXA
831 bool
832
833source arch/arm/mm/Kconfig

--- 699 unchanged lines hidden ---