msm-2.6.38: tag AU_LINUX_ANDROID_GINGERBREAD.02.03.04.00.142 Signed-off-by: Bryan Huntsman <bryanh@codeaurora.org>
20 lines
400 B
Plaintext
20 lines
400 B
Plaintext
#
|
|
# SLIMBUS driver configuration
|
|
#
|
|
menuconfig SLIMBUS
|
|
bool "Slimbus support"
|
|
depends on HAS_IOMEM
|
|
help
|
|
Slimbus is standard interface between baseband and
|
|
application processors and peripheral components in mobile
|
|
terminals.
|
|
|
|
if SLIMBUS
|
|
config SLIMBUS_MSM_CTRL
|
|
tristate "Qualcomm Slimbus Master Component"
|
|
default n
|
|
help
|
|
Select driver for Qualcomm's Slimbus Master Component.
|
|
|
|
endif
|