aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorDaniel Walker <dwalker@codeaurora.org>2010-01-01 18:11:43 -0500
committerDaniel Walker <dwalker@codeaurora.org>2010-05-03 14:15:00 -0400
commit4b53eb4f5d78416456bb969ce30e3bed2731d744 (patch)
treebcc68c06542b8241d37fe43dfaa68e3aadbd9bb3 /arch/arm/Kconfig
parentbe1066bbcd443a65df312fdecea7e4959adedb45 (diff)
arm: msm: allow ARCH_MSM to have v7 cpus
ARCH_MSM supports armv7 cpus, so we're pushed the CPU_V6/CPU_V7 selection down into the arch/arm/mach-msm/Kconfig. Also update the description to be a bit more accurate. Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 92622eb5cc0..9264d0176c3 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -601,14 +601,14 @@ config ARCH_PXA
601 601
602config ARCH_MSM 602config ARCH_MSM
603 bool "Qualcomm MSM" 603 bool "Qualcomm MSM"
604 select CPU_V6
605 select GENERIC_TIME 604 select GENERIC_TIME
606 select GENERIC_CLOCKEVENTS 605 select GENERIC_CLOCKEVENTS
607 help 606 help
608 Support for Qualcomm MSM7K based systems. This runs on the ARM11 607 Support for Qualcomm MSM/QSD based systems. This runs on the
609 apps processor of the MSM7K and depends on a shared memory 608 apps processor of the MSM/QSD and depends on a shared memory
610 interface to the ARM9 modem processor which runs the baseband stack 609 interface to the modem processor which runs the baseband
611 and controls some vital subsystems (clock and power control, etc). 610 stack and controls some vital subsystems
611 (clock and power control, etc).
612 612
613config ARCH_SHMOBILE 613config ARCH_SHMOBILE
614 bool "Renesas SH-Mobile" 614 bool "Renesas SH-Mobile"