mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
3db739bbbc
Signed-off-by: David Brown <davidb@codeaurora.org>
19 lines
400 B
Text
19 lines
400 B
Text
#
|
|
# 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
|