xref: /linux/drivers/slimbus/Kconfig (revision ad7fcbc308b050e3c27c545021663d2cd73f8b23)
13648e78eSSagar Dharia# SPDX-License-Identifier: GPL-2.0
23648e78eSSagar Dharia#
33648e78eSSagar Dharia# SLIMbus driver configuration
43648e78eSSagar Dharia#
53648e78eSSagar Dhariamenuconfig SLIMBUS
63648e78eSSagar Dharia	tristate "SLIMbus support"
73648e78eSSagar Dharia	help
83648e78eSSagar Dharia	  SLIMbus is standard interface between System-on-Chip and audio codec,
93648e78eSSagar Dharia	  and other peripheral components in typical embedded systems.
103648e78eSSagar Dharia
113648e78eSSagar Dharia	  If unsure, choose N.
123648e78eSSagar Dharia
133648e78eSSagar Dhariaif SLIMBUS
143648e78eSSagar Dharia
153648e78eSSagar Dharia# SLIMbus controllers
16*ad7fcbc3SSagar Dhariaconfig SLIM_QCOM_CTRL
17*ad7fcbc3SSagar Dharia	tristate "Qualcomm SLIMbus Manager Component"
18*ad7fcbc3SSagar Dharia	depends on SLIMBUS
19*ad7fcbc3SSagar Dharia	help
20*ad7fcbc3SSagar Dharia	  Select driver if Qualcomm's SLIMbus Manager Component is
21*ad7fcbc3SSagar Dharia	  programmed using Linux kernel.
223648e78eSSagar Dharia
233648e78eSSagar Dhariaendif
24