From 02dbd0ff5448d4da0c6e9d59c897f3e31a16d51a Mon Sep 17 00:00:00 2001 From: David Brown Date: Tue, 26 Mar 2013 11:20:17 -0700 Subject: [PATCH] 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 --- drivers/mfd/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4