# SPDX-License-Identifier: GPL-2.0 # # SLIMbus driver configuration # menuconfig [31mCONFIG_SLIMBUS[0m 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 [31mCONFIG_SLIMBUS[0m # SLIMbus controllers config [31mCONFIG_SLIM_QCOM_CTRL[0m tristate "Qualcomm SLIMbus Manager Component" depends on [31mCONFIG_HAS_IOMEM[0m help Select driver if Qualcomm's SLIMbus Manager Component is programmed using Linux kernel. config [31mCONFIG_SLIM_QCOM_NGD_CTRL[0m tristate "Qualcomm SLIMbus Satellite Non-Generic Device Component" depends on [31mCONFIG_HAS_IOMEM[0m && [31mCONFIG_DMA_ENGINE[0m && [31mCONFIG_NET[0m depends on [31mCONFIG_ARCH_QCOM[0m || [31mCONFIG_COMPILE_TEST[0m select [31mCONFIG_QCOM_QMI_HELPERS[0m 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. endif |