add single-wire serial bus interface (SSBI) driver
[firefly-linux-kernel-4.4.55.git] / drivers / ssbi / Kconfig
diff --git a/drivers/ssbi/Kconfig b/drivers/ssbi/Kconfig
new file mode 100644 (file)
index 0000000..b57c41b
--- /dev/null
@@ -0,0 +1,16 @@
+#
+# MSM SSBI bus support
+#
+
+menu "Qualcomm MSM SSBI bus support"
+
+config MSM_SSBI
+       bool "Qualcomm Single-wire Serial Bus Interface (SSBI)"
+       help
+         If you say yes to this option, support will be included for the
+         built-in SSBI interface on Qualcomm MSM family processors.
+
+         This is required for communicating with Qualcomm PMICs and
+         other devices that have the SSBI interface.
+
+endmenu