Add snapshot of slimbus driver from msm-3.18 branch. Baseline: e70ad0cd5efdd9dc91a77dcdac31d6132e1315c1 Change-Id: I82f8f91596d2c3e9ef111e26c80298d990f6c193 Signed-off-by: Girish Mahadevan <girishm@codeaurora.org>
28 lines
792 B
Text
28 lines
792 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.
|
|
|
|
config SLIMBUS_MSM_NGD
|
|
tristate "Qualcomm Slimbus Satellite Component"
|
|
help
|
|
Select driver for Qualcomm's 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
|