blob: 1a632fad597e188c0338fafb7f50d03ae7d5bfab [file] [log] [blame]
Sagar Dharia3648e782017-12-11 23:42:57 +00001# 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
Sagar Dhariaad7fcbc2017-12-11 23:43:05 +000016config SLIM_QCOM_CTRL
17 tristate "Qualcomm SLIMbus Manager Component"
18 depends on SLIMBUS
Srinivas Kandagatlafc6b1f32018-01-03 09:32:04 +000019 depends on HAS_IOMEM
Sagar Dhariaad7fcbc2017-12-11 23:43:05 +000020 help
21 Select driver if Qualcomm's SLIMbus Manager Component is
22 programmed using Linux kernel.
Sagar Dharia3648e782017-12-11 23:42:57 +000023
24endif