mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] mfd: Make MC13783 driver depend on SPI
@ 2009-08-18 22:54 Mark Brown
  2009-08-19  7:43 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2009-08-18 22:54 UTC (permalink / raw)
  To: Sascha Hauer; +Cc: Samuel Ortiz, linux-kernel, Mark Brown

The Atlas chips need SPI to be enabled for chip access, if it is not
available build failures result due to the use of the SPI APIs for
register I/O.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 drivers/mfd/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 960c9d4..a4f3dff 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -240,6 +240,7 @@ config MFD_PCF50633
 
 config MFD_MC13783
 	tristate "Support Freescale MC13783"
+	depends on SPI_MASTER
 	select MFD_CORE
 	help
 	  Support for the Freescale (Atlas) MC13783 PMIC and audio CODEC.
-- 
1.6.3.3


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-08-19  7:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-18 22:54 [PATCH] mfd: Make MC13783 driver depend on SPI Mark Brown
2009-08-19  7:43 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®