diff options
-rw-r--r-- | arch/arm/Kconfig | 10 | ||||
-rw-r--r-- | arch/arm/mach-msm/Kconfig | 2 |
2 files changed, 7 insertions, 5 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 92622eb5cc0d..9264d0176c3b 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -601,14 +601,14 @@ config ARCH_PXA | |||
601 | 601 | ||
602 | config ARCH_MSM | 602 | config 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 | ||
613 | config ARCH_SHMOBILE | 613 | config ARCH_SHMOBILE |
614 | bool "Renesas SH-Mobile" | 614 | bool "Renesas SH-Mobile" |
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 |