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


Groups > linux.kernel > #1473211

[PATCH v9 3/3] regulator: lp873x: Change the MFD config option as per latest naming

From Keerthy <j-keerthy@ti.com>
Newsgroups linux.kernel
Subject [PATCH v9 3/3] regulator: lp873x: Change the MFD config option as per latest naming
Date 2016-08-31 11:10 +0200
Message-ID <sc9GV-uN-11@gated-at.bofh.it> (permalink)
References <sc9xf-cp-17@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Change the MFD config option as per latest naming

Acked-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Keerthy <j-keerthy@ti.com>
---
 drivers/regulator/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 4c2631a..06c7518 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -323,7 +323,7 @@ config REGULATOR_LP872X
 
 config REGULATOR_LP873X
 	tristate "TI LP873X Power regulators"
-	depends on MFD_LP873X && OF
+	depends on MFD_TI_LP873X && OF
 	help
 	  This driver supports LP873X voltage regulator chips. LP873X
 	  provides two step-down converters and two general-purpose LDO
-- 
1.9.1

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v9 0/3] mfd: lp873x: Add lp873x PMIC support Keerthy <j-keerthy@ti.com> - 2016-08-31 11:00 +0200
  [PATCH v9 3/3] regulator: lp873x: Change the MFD config option as per latest naming Keerthy <j-keerthy@ti.com> - 2016-08-31 11:10 +0200
  [PATCH v9 1/3] mfd: lp873x: Add lp873x PMIC support Keerthy <j-keerthy@ti.com> - 2016-08-31 11:10 +0200
    Re: [PATCH v9 1/3] mfd: lp873x: Add lp873x PMIC support Lee Jones <lee.jones@linaro.org> - 2016-08-31 14:20 +0200
  [PATCH v9 2/3] gpio: lp873x: Add support for General Purpose Outputs Keerthy <j-keerthy@ti.com> - 2016-08-31 11:10 +0200
  [GIT PULL] Immutable branch between MFD, GPIO and Regulator due for  the v4.9 merge window Lee Jones <lee.jones@linaro.org> - 2016-08-31 14:30 +0200
    Re: [GIT PULL] Immutable branch between MFD, GPIO and Regulator due  for the v4.9 merge window Keerthy <a0393675@ti.com> - 2016-08-31 15:00 +0200
      Re: [GIT PULL] Immutable branch between MFD, GPIO and Regulator due  for the v4.9 merge window Lee Jones <lee.jones@linaro.org> - 2016-08-31 17:20 +0200
    Re: [GIT PULL] Immutable branch between MFD, GPIO and Regulator due  for the v4.9 merge window Linus Walleij <linus.walleij@linaro.org> - 2016-09-07 22:10 +0200
      Re: [GIT PULL] Immutable branch between MFD, GPIO and Regulator due  for the v4.9 merge window Lee Jones <lee.jones@linaro.org> - 2016-09-08 09:30 +0200
        Re: [GIT PULL] Immutable branch between MFD, GPIO and Regulator due  for the v4.9 merge window Mark Brown <broonie@kernel.org> - 2016-09-09 14:20 +0200

csiph-web