mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
This snapshot is taken as of msm-4.9 'commit <e8a6a75991d4> ("Merge "usb: core: Add usb_set_interface_timeout API"")'. Change-Id: I8c4b1f9c7d2e288e82c086c64d1a07baf77c6015 Signed-off-by: Karthikeyan Ramasubramanian <kramasub@codeaurora.org>
33 lines
996 B
Plaintext
33 lines
996 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 "QTI Slimbus Master Component"
|
|
default n
|
|
help
|
|
Select driver for Qualcomm Technologies Inc. (QTI) Slimbus
|
|
Master Component. This driver is responsible for configuring
|
|
SLIMbus and performing bus administration, administration of
|
|
components on the bus and dynamic channel allocation.
|
|
|
|
config SLIMBUS_MSM_NGD
|
|
tristate "QTI Slimbus Satellite Component"
|
|
help
|
|
Select driver for Qualcomm Technologies Inc. (QTI) Slimbus
|
|
Satellite Component. This is light-weight slimbus controller
|
|
driver responsible for communicating with slave HW directly over
|
|
the bus using messaging interface, and communicating with master
|
|
component residing on ADSP for bandwidth and data-channel
|
|
management.
|
|
|
|
endif
|