From: "Wjatscheslaw Stoljarski (Slawa)" <wjatscheslaw.stoljarski@kiwigrid.com>
To: barebox@lists.infradead.org
Subject: [PATCH] MFD MC34708: Add dependence on SPI
Date: Thu, 20 Dec 2012 15:14:50 +0100 [thread overview]
Message-ID: <1356012890-14822-1-git-send-email-wjatscheslaw.stoljarski@kiwigrid.com> (raw)
From: "Wjatscheslaw Stoljarski (Slawa)" <wjatscheslaw.stoljarski@kiwigrid.com>
MC34708 depend on I2C or SPI, so let driver depend on SPI too
and rename config option name to MFD_MC34708.
Signed-off-by: Wjatscheslaw Stoljarski <wjatscheslaw.stoljarski@kiwigrid.com>
---
arch/arm/configs/freescale_mx53_loco_defconfig | 2 +-
drivers/mfd/Kconfig | 4 ++--
drivers/mfd/Makefile | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/arm/configs/freescale_mx53_loco_defconfig b/arch/arm/configs/freescale_mx53_loco_defconfig
index b61f0cf..fb6fcf8 100644
--- a/arch/arm/configs/freescale_mx53_loco_defconfig
+++ b/arch/arm/configs/freescale_mx53_loco_defconfig
@@ -79,7 +79,7 @@ CONFIG_USB_STORAGE=y
CONFIG_MCI=y
CONFIG_MCI_STARTUP=y
CONFIG_MCI_IMX_ESDHC=y
-CONFIG_I2C_MC34708=y
+CONFIG_MFD_MC34708=y
CONFIG_WATCHDOG=y
CONFIG_WATCHDOG_IMX=y
CONFIG_FS_TFTP=y
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 20eef86..a253de3 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -8,8 +8,8 @@ config I2C_MC34704
depends on I2C
bool "MC34704 PMIC driver"
-config I2C_MC34708
- depends on I2C
+config MFD_MC34708
+ depends on I2C || SPI
bool "MC34708 PMIC driver"
config I2C_MC9SDZ60
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile
index 792ae2d..a242eaf 100644
--- a/drivers/mfd/Makefile
+++ b/drivers/mfd/Makefile
@@ -1,6 +1,6 @@
obj-$(CONFIG_MFD_MC13XXX) += mc13xxx.o
obj-$(CONFIG_I2C_MC34704) += mc34704.o
-obj-$(CONFIG_I2C_MC34708) += mc34708.o
+obj-$(CONFIG_MFD_MC34708) += mc34708.o
obj-$(CONFIG_I2C_MC9SDZ60) += mc9sdz60.o
obj-$(CONFIG_I2C_LP3972) += lp3972.o
obj-$(CONFIG_I2C_TWLCORE) += twl-core.o
--
1.7.9.5
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2012-12-20 14:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-20 14:14 Wjatscheslaw Stoljarski (Slawa) [this message]
2012-12-21 11:18 ` Sascha Hauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1356012890-14822-1-git-send-email-wjatscheslaw.stoljarski@kiwigrid.com \
--to=wjatscheslaw.stoljarski@kiwigrid.com \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox