summaryrefslogtreecommitdiffstats
path: root/drivers/slimbus/Kconfig
diff options
context:
space:
mode:
authorSagar Dharia2017-12-12 00:43:05 +0100
committerGreg Kroah-Hartman2017-12-19 11:01:03 +0100
commitad7fcbc308b050e3c27c545021663d2cd73f8b23 (patch)
treeb8d2e997edeaa61e47d565a0b1642bf09ed23f9b /drivers/slimbus/Kconfig
parentdt-bindings: Add qcom slimbus controller bindings (diff)
downloadkernel-qcow2-linux-ad7fcbc308b050e3c27c545021663d2cd73f8b23.tar.gz
kernel-qcow2-linux-ad7fcbc308b050e3c27c545021663d2cd73f8b23.tar.xz
kernel-qcow2-linux-ad7fcbc308b050e3c27c545021663d2cd73f8b23.zip
slimbus: qcom: Add Qualcomm Slimbus controller driver
This controller driver programs manager, interface, and framer devices for Qualcomm's slimbus HW block. Manager component currently implements logical address setting, and messaging interface. Interface device reports bus synchronization information, and framer device clocks the bus from the time it's woken up, until clock-pause is executed by the manager device. Signed-off-by: Sagar Dharia <sdharia@codeaurora.org> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Reviwed-by: Mark Brown <broonie@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/slimbus/Kconfig')
-rw-r--r--drivers/slimbus/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/slimbus/Kconfig b/drivers/slimbus/Kconfig
index 9b6bb84d66ed..78bdd4808282 100644
--- a/drivers/slimbus/Kconfig
+++ b/drivers/slimbus/Kconfig
@@ -13,5 +13,11 @@ menuconfig SLIMBUS
if SLIMBUS
# SLIMbus controllers
+config SLIM_QCOM_CTRL
+ tristate "Qualcomm SLIMbus Manager Component"
+ depends on SLIMBUS
+ help
+ Select driver if Qualcomm's SLIMbus Manager Component is
+ programmed using Linux kernel.
endif