Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1686394 > unrolled thread

[PATCH] mfd: Add missing Kconfig dependency for TPS65086

Started byMichal Simek <michal.simek@xilinx.com>
First post2017-07-13 11:10 +0200
Last post2017-07-17 10:00 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] mfd: Add missing Kconfig dependency for TPS65086 Michal Simek <michal.simek@xilinx.com> - 2017-07-13 11:10 +0200
    Re: [PATCH] mfd: Add missing Kconfig dependency for TPS65086 Lee Jones <lee.jones@linaro.org> - 2017-07-17 10:00 +0200

#1686394 — [PATCH] mfd: Add missing Kconfig dependency for TPS65086

FromMichal Simek <michal.simek@xilinx.com>
Date2017-07-13 11:10 +0200
Subject[PATCH] mfd: Add missing Kconfig dependency for TPS65086
Message-ID<u2Iie-3EZ-29@gated-at.bofh.it>
MTF_CORE should be enabled when driver is enabled.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 drivers/mfd/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 94ad2c1c3d90..f98b5a6d4da8 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -1294,6 +1294,7 @@ config TPS6507X
 
 config MFD_TPS65086
 	tristate "TI TPS65086 Power Management Integrated Chips (PMICs)"
+	select MFD_CORE
 	select REGMAP
 	select REGMAP_IRQ
 	select REGMAP_I2C
-- 
1.9.1

[toc] | [next] | [standalone]


#1688738

FromLee Jones <lee.jones@linaro.org>
Date2017-07-17 10:00 +0200
Message-ID<u496G-29K-19@gated-at.bofh.it>
In reply to#1686394
On Thu, 13 Jul 2017, Michal Simek wrote:

> MTF_CORE should be enabled when driver is enabled.

"MFD_CORE"

You also need more information here.  Why is it required?  What
happens if it's not specified?  Etc.

> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
> 
>  drivers/mfd/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
> index 94ad2c1c3d90..f98b5a6d4da8 100644
> --- a/drivers/mfd/Kconfig
> +++ b/drivers/mfd/Kconfig
> @@ -1294,6 +1294,7 @@ config TPS6507X
>  
>  config MFD_TPS65086
>  	tristate "TI TPS65086 Power Management Integrated Chips (PMICs)"
> +	select MFD_CORE
>  	select REGMAP
>  	select REGMAP_IRQ
>  	select REGMAP_I2C

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web