[PATCH] MFD MC34708: Add dependence on SPI
Wjatscheslaw Stoljarski (Slawa)
wjatscheslaw.stoljarski at kiwigrid.com
Thu Dec 20 09:14:50 EST 2012
From: "Wjatscheslaw Stoljarski (Slawa)" <wjatscheslaw.stoljarski at 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 at 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
More information about the barebox
mailing list