2017-12-12 00:42:57 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
#
|
|
|
|
# SLIMbus driver configuration
|
|
|
|
#
|
|
|
|
menuconfig SLIMBUS
|
|
|
|
tristate "SLIMbus support"
|
|
|
|
help
|
|
|
|
SLIMbus is standard interface between System-on-Chip and audio codec,
|
|
|
|
and other peripheral components in typical embedded systems.
|
|
|
|
|
|
|
|
If unsure, choose N.
|
|
|
|
|
|
|
|
if SLIMBUS
|
|
|
|
|
|
|
|
# SLIMbus controllers
|
2017-12-12 00:43:05 +01:00
|
|
|
config SLIM_QCOM_CTRL
|
|
|
|
tristate "Qualcomm SLIMbus Manager Component"
|
2018-01-03 10:32:04 +01:00
|
|
|
depends on HAS_IOMEM
|
2017-12-12 00:43:05 +01:00
|
|
|
help
|
|
|
|
Select driver if Qualcomm's SLIMbus Manager Component is
|
|
|
|
programmed using Linux kernel.
|
2017-12-12 00:42:57 +01:00
|
|
|
|
2018-06-19 18:13:01 +02:00
|
|
|
config SLIM_QCOM_NGD_CTRL
|
|
|
|
tristate "Qualcomm SLIMbus Satellite Non-Generic Device Component"
|
2018-11-12 13:25:26 +01:00
|
|
|
depends on HAS_IOMEM && DMA_ENGINE && NET
|
|
|
|
depends on ARCH_QCOM || COMPILE_TEST
|
|
|
|
select QCOM_QMI_HELPERS
|
2018-06-19 18:13:01 +02:00
|
|
|
help
|
|
|
|
Select driver if Qualcomm's SLIMbus Satellite Non-Generic Device
|
|
|
|
Component is programmed using Linux kernel.
|
|
|
|
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.
|
2017-12-12 00:42:57 +01:00
|
|
|
endif
|