aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-msm/Kconfig10
1 files changed, 2 insertions, 8 deletions
diff --git a/arch/arm/mach-msm/Kconfig b/arch/arm/mach-msm/Kconfig
index e73e9d17ca2e..69cc693aa51e 100644
--- a/arch/arm/mach-msm/Kconfig
+++ b/arch/arm/mach-msm/Kconfig
@@ -7,6 +7,7 @@ choice
7config ARCH_MSM7X00A 7config ARCH_MSM7X00A
8 bool "MSM7x00A / MSM7x01A" 8 bool "MSM7x00A / MSM7x01A"
9 select ARCH_MSM_ARM11 9 select ARCH_MSM_ARM11
10 select MSM_SMD
10 select MSM_SMD_PKG3 11 select MSM_SMD_PKG3
11 select CPU_V6 12 select CPU_V6
12 13
@@ -61,13 +62,6 @@ config MSM_SMD_PKG3
61 bool 62 bool
62 63
63config MSM_SMD 64config MSM_SMD
64 default y 65 bool
65 bool "MSM Shared Memory Driver (SMD)"
66 help
67 Support for the shared memory interface between the apps
68 processor and the baseband processor. Provides access to
69 the "shared heap", as well as virtual serial channels
70 used to communicate with various services on the baseband
71 processor.
72 66
73endif 67endif