Commit 4b53eb4f authored by Daniel Walker's avatar Daniel Walker

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: default avatarDaniel Walker <dwalker@codeaurora.org>
parent be1066bb
...@@ -601,14 +601,14 @@ config ARCH_PXA ...@@ -601,14 +601,14 @@ config ARCH_PXA
config ARCH_MSM config ARCH_MSM
bool "Qualcomm MSM" bool "Qualcomm MSM"
select CPU_V6
select GENERIC_TIME select GENERIC_TIME
select GENERIC_CLOCKEVENTS select GENERIC_CLOCKEVENTS
help help
Support for Qualcomm MSM7K based systems. This runs on the ARM11 Support for Qualcomm MSM/QSD based systems. This runs on the
apps processor of the MSM7K and depends on a shared memory apps processor of the MSM/QSD and depends on a shared memory
interface to the ARM9 modem processor which runs the baseband stack interface to the modem processor which runs the baseband
and controls some vital subsystems (clock and power control, etc). stack and controls some vital subsystems
(clock and power control, etc).
config ARCH_SHMOBILE config ARCH_SHMOBILE
bool "Renesas SH-Mobile" bool "Renesas SH-Mobile"
......
...@@ -29,12 +29,14 @@ endchoice ...@@ -29,12 +29,14 @@ endchoice
config MACH_HALIBUT config MACH_HALIBUT
depends on ARCH_MSM depends on ARCH_MSM
select CPU_V6
default y default y
bool "Halibut Board (QCT SURF7201A)" bool "Halibut Board (QCT SURF7201A)"
help help
Support for the Qualcomm SURF7201A eval board. Support for the Qualcomm SURF7201A eval board.
config MACH_TROUT config MACH_TROUT
select CPU_V6
default y default y
bool "HTC Dream (aka trout)" bool "HTC Dream (aka trout)"
help help
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment