aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-msm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-msm/Kconfig')
-rw-r--r--arch/arm/mach-msm/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/Kconfig b/arch/arm/mach-msm/Kconfig
index b9fd5c528e5b..7cee7913f6f7 100644
--- a/arch/arm/mach-msm/Kconfig
+++ b/arch/arm/mach-msm/Kconfig
@@ -42,4 +42,14 @@ config MACH_TROUT
42 help 42 help
43 Support for the HTC Dream, T-Mobile G1, Android ADP1 devices. 43 Support for the HTC Dream, T-Mobile G1, Android ADP1 devices.
44 44
45config MSM_SMD
46 default y
47 bool "MSM Shared Memory Driver (SMD)"
48 help
49 Support for the shared memory interface between the apps
50 processor and the baseband processor. Provides access to
51 the "shared heap", as well as virtual serial channels
52 used to communicate with various services on the baseband
53 processor.
54
45endif 55endif