From: David Brown Date: Tue, 26 Mar 2013 18:20:17 +0000 (-0700) Subject: mfd: pm8921: Disable driver until it gets fixed X-Git-Tag: upstream/snapshot3+hdmi~5292^2~63 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=02dbd0ff5448d4da0c6e9d59c897f3e31a16d51a;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git 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 Signed-off-by: David Brown Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 72933c7..ca86581 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