Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git] / drivers / slimbus / Kconfig
blob1a632fad597e188c0338fafb7f50d03ae7d5bfab
1 # SPDX-License-Identifier: GPL-2.0
3 # SLIMbus driver configuration
5 menuconfig SLIMBUS
6         tristate "SLIMbus support"
7         help
8           SLIMbus is standard interface between System-on-Chip and audio codec,
9           and other peripheral components in typical embedded systems.
11           If unsure, choose N.
13 if SLIMBUS
15 # SLIMbus controllers
16 config SLIM_QCOM_CTRL
17         tristate "Qualcomm SLIMbus Manager Component"
18         depends on SLIMBUS
19         depends on HAS_IOMEM
20         help
21           Select driver if Qualcomm's SLIMbus Manager Component is
22           programmed using Linux kernel.
24 endif