diff options
author | Daniel Walker <dwalker@codeaurora.org> | 2010-01-01 18:11:43 -0500 |
---|---|---|
committer | Daniel Walker <dwalker@codeaurora.org> | 2010-05-03 14:15:00 -0400 |
commit | 4b53eb4f5d78416456bb969ce30e3bed2731d744 (patch) | |
tree | bcc68c06542b8241d37fe43dfaa68e3aadbd9bb3 /arch/arm/mach-msm/Kconfig | |
parent | be1066bbcd443a65df312fdecea7e4959adedb45 (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/mach-msm/Kconfig')
-rw-r--r-- | arch/arm/mach-msm/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/Kconfig b/arch/arm/mach-msm/Kconfig index f780086befd7..b9fd5c528e5b 100644 --- a/arch/arm/mach-msm/Kconfig +++ b/arch/arm/mach-msm/Kconfig | |||
@@ -29,12 +29,14 @@ endchoice | |||
29 | 29 | ||
30 | config MACH_HALIBUT | 30 | config MACH_HALIBUT |
31 | depends on ARCH_MSM | 31 | depends on ARCH_MSM |
32 | select CPU_V6 | ||
32 | default y | 33 | default y |
33 | bool "Halibut Board (QCT SURF7201A)" | 34 | bool "Halibut Board (QCT SURF7201A)" |
34 | help | 35 | help |
35 | Support for the Qualcomm SURF7201A eval board. | 36 | Support for the Qualcomm SURF7201A eval board. |
36 | 37 | ||
37 | config MACH_TROUT | 38 | config MACH_TROUT |
39 | select CPU_V6 | ||
38 | default y | 40 | default y |
39 | bool "HTC Dream (aka trout)" | 41 | bool "HTC Dream (aka trout)" |
40 | help | 42 | help |