* [PATCH] arm: msm: smd: remove Kconfig menu option
@ 2010-04-22 21:20 Daniel Walker
0 siblings, 0 replies; only message in thread
From: Daniel Walker @ 2010-04-22 21:20 UTC (permalink / raw)
To: linux-arm-msm; +Cc: Daniel Walker
This removes the Kconfig menu options. 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>
---
arch/arm/mach-msm/Kconfig | 10 ++--------
1 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/arch/arm/mach-msm/Kconfig b/arch/arm/mach-msm/Kconfig
index e73e9d1..69cc693 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
--
1.6.2.3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-04-22 21:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-22 21:20 [PATCH] arm: msm: smd: remove Kconfig menu option Daniel Walker
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).