summaryrefslogtreecommitdiff
path: root/arch/arm/mach-msm/Kconfig
diff options
context:
space:
mode:
authorDaniel Walker <dwalker@codeaurora.org>2010-01-01 23:11:43 (GMT)
committerDaniel Walker <dwalker@codeaurora.org>2010-05-03 18:15:00 (GMT)
commit4b53eb4f5d78416456bb969ce30e3bed2731d744 (patch)
treebcc68c06542b8241d37fe43dfaa68e3aadbd9bb3 /arch/arm/mach-msm/Kconfig
parentbe1066bbcd443a65df312fdecea7e4959adedb45 (diff)
downloadlinux-fsl-qoriq-4b53eb4f5d78416456bb969ce30e3bed2731d744.tar.xz
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/mach-msm/Kconfig')
-rw-r--r--arch/arm/mach-msm/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/Kconfig b/arch/arm/mach-msm/Kconfig
index f780086..b9fd5c5 100644
--- a/arch/arm/mach-msm/Kconfig
+++ b/arch/arm/mach-msm/Kconfig
@@ -29,12 +29,14 @@ endchoice
config MACH_HALIBUT
depends on ARCH_MSM
+ select CPU_V6
default y
bool "Halibut Board (QCT SURF7201A)"
help
Support for the Qualcomm SURF7201A eval board.
config MACH_TROUT
+ select CPU_V6
default y
bool "HTC Dream (aka trout)"
help