[PATCH] MFD MC34708: Add dependence on SPI

Sascha Hauer s.hauer at pengutronix.de
Fri Dec 21 06:18:56 EST 2012


On Thu, Dec 20, 2012 at 03:14:50PM +0100, Wjatscheslaw Stoljarski (Slawa) wrote:
> 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>

Applied, thanks

Sascha

> ---
>  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 at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



More information about the barebox mailing list