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>
This commit is contained in:
David Brown 2013-03-26 11:20:17 -07:00 committed by Greg Kroah-Hartman
parent e58b9a25ee
commit 02dbd0ff54
1 changed files with 1 additions and 1 deletions

View File

@ -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