summaryrefslogtreecommitdiff
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorDavid Brown <davidb@codeaurora.org>2013-03-26 11:20:17 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-03-26 14:28:14 -0700
commit02dbd0ff5448d4da0c6e9d59c897f3e31a16d51a (patch)
tree6a9686400667545f187bb5f473148d714ead1a56 /drivers/mfd/Kconfig
parente58b9a25eeb89ab2ee05cd093f6d7bc2f34acb21 (diff)
mfd: pm8921: Disable driver until it gets fixed
The pm8921 driver has been broken for a while now, but was prevented from compiling because the SSBI bus driver was missing. Now that SSBI is present, pm8921 causes compile fails. Until the pm8921 driver is fixed, mark it as BROKEN to prevent compiles from failing. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: David Brown <davidb@codeaurora.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 72933c756c8e..ca86581d02ce 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -991,7 +991,7 @@ config MFD_PM8XXX
config MFD_PM8921_CORE
tristate "Qualcomm PM8921 PMIC chip"
- depends on SSBI
+ depends on SSBI && BROKEN
select MFD_CORE
select MFD_PM8XXX
help