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>
This commit is contained in:
@@ -7,6 +7,7 @@ choice
|
|||||||
config ARCH_MSM7X00A
|
config ARCH_MSM7X00A
|
||||||
bool "MSM7x00A / MSM7x01A"
|
bool "MSM7x00A / MSM7x01A"
|
||||||
select ARCH_MSM_ARM11
|
select ARCH_MSM_ARM11
|
||||||
|
select MSM_SMD
|
||||||
select MSM_SMD_PKG3
|
select MSM_SMD_PKG3
|
||||||
select CPU_V6
|
select CPU_V6
|
||||||
|
|
||||||
@@ -61,13 +62,6 @@ config MSM_SMD_PKG3
|
|||||||
bool
|
bool
|
||||||
|
|
||||||
config MSM_SMD
|
config MSM_SMD
|
||||||
default y
|
bool
|
||||||
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.
|
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user