xref: /openbmc/linux/drivers/slimbus/Kconfig (revision ad7fcbc3)
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
16ad7fcbc3SSagar Dhariaconfig SLIM_QCOM_CTRL
17ad7fcbc3SSagar Dharia	tristate "Qualcomm SLIMbus Manager Component"
18ad7fcbc3SSagar Dharia	depends on SLIMBUS
19ad7fcbc3SSagar Dharia	help
20ad7fcbc3SSagar Dharia	  Select driver if Qualcomm's SLIMbus Manager Component is
21ad7fcbc3SSagar Dharia	  programmed using Linux kernel.
223648e78eSSagar Dharia
233648e78eSSagar Dhariaendif
24