All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 2/2] power: supply: cpcap-battery: kconfig: depend on ( NVMEM || !NVMEM )
@ 2021-04-23 12:57 Carl Philipp Klemm
  2021-06-04 12:55 ` Sebastian Reichel
  0 siblings, 1 reply; 4+ messages in thread
From: Carl Philipp Klemm @ 2021-04-23 12:57 UTC (permalink / raw)
  To: Sebastian Reichel
  Cc: linux-omap, Arthur Demchenkov, Tony Lindgren, Merlijn Wajer,
	Pavel Machek

Signed-off-by: Carl Philipp Klemm <philipp@uvos.xyz>
---
 drivers/power/supply/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/power/supply/Kconfig b/drivers/power/supply/Kconfig
index 006b95eca673..0775a8cda265 100644
--- a/drivers/power/supply/Kconfig
+++ b/drivers/power/supply/Kconfig
@@ -110,7 +110,7 @@ config BATTERY_ACT8945A
 
 config BATTERY_CPCAP
 	tristate "Motorola CPCAP PMIC battery driver"
-	depends on MFD_CPCAP && IIO
+	depends on ( MFD_CPCAP && IIO ) && ( NVMEM || !NVMEM )
 	default MFD_CPCAP
 	help
 	  Say Y here to enable support for battery on Motorola
-- 
2.31.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-06-07 11:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-23 12:57 [PATCH v2 2/2] power: supply: cpcap-battery: kconfig: depend on ( NVMEM || !NVMEM ) Carl Philipp Klemm
2021-06-04 12:55 ` Sebastian Reichel
2021-06-07 11:01   ` Carl Philipp Klemm
2021-06-07 11:27     ` Sebastian Reichel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.