aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-msm
diff options
context:
space:
mode:
authorDaniel Walker <dwalker@codeaurora.org>2010-04-22 14:16:46 -0700
committerDaniel Walker <dwalker@codeaurora.org>2010-05-12 09:19:35 -0700
commit3a9f346a95d4faa05f4eca6470f971244073e18e (patch)
treed382eb7ac6562a58026e12fbd03511fe0bd6eff3 /arch/arm/mach-msm
parent0aec66d493c1476daa88ec56b1076e51f1ceff0b (diff)
arm: msm: smd: remove Kconfig menu option
This removes the Kconfig menu option. SMD can still be selected but it's done inside the Kconfig file and not via the menu. Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm')
-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 e73e9d17ca2..69cc693aa51 100644
--- a/arch/arm/mach-msm/Kconfig
+++ b/arch/arm/mach-msm/Kconfig
@@ -7,6 +7,7 @@ choice
config ARCH_MSM7X00A
bool "MSM7x00A / MSM7x01A"
select ARCH_MSM_ARM11
+ select MSM_SMD
select MSM_SMD_PKG3
select CPU_V6
@@ -61,13 +62,6 @@ config MSM_SMD_PKG3
bool
config MSM_SMD
- default y
- bool "MSM Shared Memory Driver (SMD)"
- help
- Support for the shared memory interface between the apps
- processor and the baseband processor. Provides access to
- the "shared heap", as well as virtual serial channels
- used to communicate with various services on the baseband
- processor.
+ bool
endif