Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 02dbd0ff authored by David Brown's avatar David Brown Committed by Greg Kroah-Hartman
Browse files

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: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarDavid Brown <davidb@codeaurora.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e58b9a25
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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