^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) # SLIMbus driver configuration
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) menuconfig SLIMBUS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) tristate "SLIMbus support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) SLIMbus is standard interface between System-on-Chip and audio codec,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) and other peripheral components in typical embedded systems.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) If unsure, choose N.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) if SLIMBUS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) # SLIMbus controllers
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) config SLIM_QCOM_CTRL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) tristate "Qualcomm SLIMbus Manager Component"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) depends on HAS_IOMEM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) Select driver if Qualcomm's SLIMbus Manager Component is
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) programmed using Linux kernel.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) config SLIM_QCOM_NGD_CTRL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) tristate "Qualcomm SLIMbus Satellite Non-Generic Device Component"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) depends on HAS_IOMEM && DMA_ENGINE && NET
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) depends on ARCH_QCOM || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) select QCOM_QMI_HELPERS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) Select driver if Qualcomm's SLIMbus Satellite Non-Generic Device
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) Component is programmed using Linux kernel.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) This is light-weight slimbus controller driver responsible for
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) communicating with slave HW directly over the bus using messaging
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) interface, and communicating with master component residing on ADSP
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) for bandwidth and data-channel management.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) endif