summaryrefslogtreecommitdiff
path: root/drivers/ssbi/Kconfig
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2013-04-30 02:00:19 +0400
committerSamuel Ortiz <sameo@linux.intel.com>2013-06-11 21:27:51 +0400
commit45fcac1aad5d092f46fc95230aad818abb221b34 (patch)
treecd9778e8dad966064b442bde464cde398d19d39e /drivers/ssbi/Kconfig
parent317ddd256b9c24b0d78fa8018f80f1e495481a10 (diff)
downloadlinux-45fcac1aad5d092f46fc95230aad818abb221b34.tar.xz
mfd: Move ssbi driver into drivers/mfd
There is no reason for ssbi to have its own top-level driver directory when the only users of this interface are all MFD drivers. The only mainline driver using it at the moment (PM8921) is marked broken and in fact does not compile. I have verified that fixing the trivial build breakage in pm8921 links in the new ssbi code just fine, but that can be a separate patch. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Acked-by: Nicolas Pitre <nico@linaro.org> Acked-by: David Brown <davidb@codeaurora.org> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/ssbi/Kconfig')
-rw-r--r--drivers/ssbi/Kconfig16
1 files changed, 0 insertions, 16 deletions
diff --git a/drivers/ssbi/Kconfig b/drivers/ssbi/Kconfig
deleted file mode 100644
index 1ae4040afedd..000000000000
--- a/drivers/ssbi/Kconfig
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# SSBI bus support
-#
-
-menu "Qualcomm MSM SSBI bus support"
-
-config SSBI
- tristate "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