Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdim...
[linux-2.6-block.git] / drivers / slimbus / Kconfig
CommitLineData
3648e78e
SD
1# SPDX-License-Identifier: GPL-2.0
2#
3# SLIMbus driver configuration
4#
5menuconfig 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.
10
11 If unsure, choose N.
12
13if SLIMBUS
14
15# SLIMbus controllers
ad7fcbc3
SD
16config SLIM_QCOM_CTRL
17 tristate "Qualcomm SLIMbus Manager Component"
18 depends on SLIMBUS
fc6b1f3d 19 depends on HAS_IOMEM
ad7fcbc3
SD
20 help
21 Select driver if Qualcomm's SLIMbus Manager Component is
22 programmed using Linux kernel.
3648e78e
SD
23
24endif