Kconfig (941f81c16ec7497ecce6f1f611277d67e89bdfe1) Kconfig (b722049d7e60356fe04bcac6065a7c8b1c64c06f)
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

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

292 Support for Broadcom's BCMRing platform.
293
294config ARCH_CLPS711X
295 bool "Cirrus Logic CLPS711x/EP721x-based"
296 select CPU_ARM720T
297 help
298 Support for Cirrus Logic 711x/721x based boards.
299
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

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

292 Support for Broadcom's BCMRing platform.
293
294config ARCH_CLPS711X
295 bool "Cirrus Logic CLPS711x/EP721x-based"
296 select CPU_ARM720T
297 help
298 Support for Cirrus Logic 711x/721x based boards.
299
300config ARCH_CNS3XXX
301 bool "Cavium Networks CNS3XXX family"
302 select CPU_V6
303 select GENERIC_TIME
304 select GENERIC_CLOCKEVENTS
305 select ARM_GIC
306 help
307 Support for Cavium Networks CNS3XXX platform.
308
309config ARCH_GEMINI
310 bool "Cortina Systems Gemini"
311 select CPU_FA526
312 select GENERIC_GPIO
313 select ARCH_REQUIRE_GPIOLIB
314 help
315 Support for the Cortina Systems Gemini family SoCs
316

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

605 select GENERIC_CLOCKEVENTS
606 select TICK_ONESHOT
607 select PLAT_PXA
608 help
609 Support for Intel/Marvell's PXA2xx/PXA3xx processor line.
610
611config ARCH_MSM
612 bool "Qualcomm MSM"
300config ARCH_GEMINI
301 bool "Cortina Systems Gemini"
302 select CPU_FA526
303 select GENERIC_GPIO
304 select ARCH_REQUIRE_GPIOLIB
305 help
306 Support for the Cortina Systems Gemini family SoCs
307

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

596 select GENERIC_CLOCKEVENTS
597 select TICK_ONESHOT
598 select PLAT_PXA
599 help
600 Support for Intel/Marvell's PXA2xx/PXA3xx processor line.
601
602config ARCH_MSM
603 bool "Qualcomm MSM"
613 select HAVE_CLK
604 select CPU_V6
614 select GENERIC_TIME
615 select GENERIC_CLOCKEVENTS
616 help
605 select GENERIC_TIME
606 select GENERIC_CLOCKEVENTS
607 help
617 Support for Qualcomm MSM/QSD based systems. This runs on the
618 apps processor of the MSM/QSD and depends on a shared memory
619 interface to the modem processor which runs the baseband
620 stack and controls some vital subsystems
621 (clock and power control, etc).
608 Support for Qualcomm MSM7K based systems. This runs on the ARM11
609 apps processor of the MSM7K and depends on a shared memory
610 interface to the ARM9 modem processor which runs the baseband stack
611 and controls some vital subsystems (clock and power control, etc).
622
623config ARCH_SHMOBILE
624 bool "Renesas SH-Mobile"
625 help
626 Support for Renesas's SH-Mobile ARM platforms
627
628config ARCH_RPC
629 bool "RiscPC"

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

781 select GENERIC_CLOCKEVENTS
782 select GENERIC_GPIO
783 select ARCH_REQUIRE_GPIOLIB
784 help
785 Support for the Nomadik platform by ST-Ericsson
786
787config ARCH_DAVINCI
788 bool "TI DaVinci"
612
613config ARCH_SHMOBILE
614 bool "Renesas SH-Mobile"
615 help
616 Support for Renesas's SH-Mobile ARM platforms
617
618config ARCH_RPC
619 bool "RiscPC"

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

771 select GENERIC_CLOCKEVENTS
772 select GENERIC_GPIO
773 select ARCH_REQUIRE_GPIOLIB
774 help
775 Support for the Nomadik platform by ST-Ericsson
776
777config ARCH_DAVINCI
778 bool "TI DaVinci"
789 select CPU_ARM926T
790 select GENERIC_TIME
791 select GENERIC_CLOCKEVENTS
792 select GENERIC_GPIO
793 select ARCH_REQUIRE_GPIOLIB
794 select HAVE_CLK
795 select ZONE_DMA
796 select HAVE_IDE
797 select COMMON_CLKDEV

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

822source "arch/arm/mach-aaec2000/Kconfig"
823
824source "arch/arm/mach-at91/Kconfig"
825
826source "arch/arm/mach-bcmring/Kconfig"
827
828source "arch/arm/mach-clps711x/Kconfig"
829
779 select GENERIC_TIME
780 select GENERIC_CLOCKEVENTS
781 select GENERIC_GPIO
782 select ARCH_REQUIRE_GPIOLIB
783 select HAVE_CLK
784 select ZONE_DMA
785 select HAVE_IDE
786 select COMMON_CLKDEV

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

811source "arch/arm/mach-aaec2000/Kconfig"
812
813source "arch/arm/mach-at91/Kconfig"
814
815source "arch/arm/mach-bcmring/Kconfig"
816
817source "arch/arm/mach-clps711x/Kconfig"
818
830source "arch/arm/mach-cns3xxx/Kconfig"
831
832source "arch/arm/mach-davinci/Kconfig"
833
834source "arch/arm/mach-dove/Kconfig"
835
836source "arch/arm/mach-ep93xx/Kconfig"
837
838source "arch/arm/mach-footbridge/Kconfig"
839

--- 835 unchanged lines hidden ---
819source "arch/arm/mach-davinci/Kconfig"
820
821source "arch/arm/mach-dove/Kconfig"
822
823source "arch/arm/mach-ep93xx/Kconfig"
824
825source "arch/arm/mach-footbridge/Kconfig"
826

--- 835 unchanged lines hidden ---