android_kernel_xiaomi_sm7250/drivers/slimbus/Kconfig
Dilip Kota d858a547cc slimbus: Add snapshot of slimbus driver
This snapshot is taken as of msm-4.14 'commit <1572d8323c96>
(Merge "soc: qcom: use interruptible wait in cdsprm for rpmsg messages")'.

Change-Id: I06c84ae568d88f98435fddbbb74a9db6dbb59109
Signed-off-by: Dilip Kota <dkota@codeaurora.org>
2019-01-16 20:56:01 -08:00

34 lines
1.1 KiB
Plaintext

# SPDX-License-Identifier: GPL-2.0
#
# 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