blob: b7d040e6ac1c467e1d1fa4333325ed8c9d6ac2b5 [file] [log] [blame]
Sagar Dhariabe37c9c2016-11-28 23:06:58 -07001#
2# SLIMBUS driver configuration
3#
4menuconfig SLIMBUS
5 bool "Slimbus support"
6 depends on HAS_IOMEM
7 help
8 Slimbus is standard interface between baseband and
9 application processors and peripheral components in mobile
10 terminals.
11
12if SLIMBUS
13config SLIMBUS_MSM_CTRL
14 tristate "QTI Slimbus Master Component"
15 default n
16 help
17 Select driver for Qualcomm Technologies Inc. (QTI) Slimbus
18 Master Component. This driver is responsible for configuring
19 SLIMbus and performing bus administration, administration of
20 components on the bus and dynamic channel allocation.
21
22config SLIMBUS_MSM_NGD
23 tristate "QTI Slimbus Satellite Component"
24 help
25 Select driver for Qualcomm Technologies Inc. (QTI) Slimbus
26 Satellite Component. This is light-weight slimbus controller
27 driver responsible for communicating with slave HW directly over
28 the bus using messaging interface, and communicating with master
29 component residing on ADSP for bandwidth and data-channel
30 management.
31
32endif