mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] regulator: anatop: Improve Kconfig dependency
@ 2020-03-02 11:55 Anson Huang
  2020-03-02 16:05 ` Applied "regulator: anatop: Improve Kconfig dependency" to the regulator tree Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Anson Huang @ 2020-03-02 11:55 UTC (permalink / raw)
  To: lgirdwood, broonie, linux-kernel; +Cc: Linux-imx

ANATOP regulator should depend on ARCH_MXC or COMPILE_TEST.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
---
 drivers/regulator/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 074a2ef..d5542c2 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -107,6 +107,7 @@ config REGULATOR_AD5398
 
 config REGULATOR_ANATOP
 	tristate "Freescale i.MX on-chip ANATOP LDO regulators"
+	depends on ARCH_MXC || COMPILE_TEST
 	depends on MFD_SYSCON
 	help
 	  Say y here to support Freescale i.MX on-chip ANATOP LDOs
-- 
2.7.4


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

end of thread, other threads:[~2020-03-02 16:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-02 11:55 [PATCH] regulator: anatop: Improve Kconfig dependency Anson Huang
2020-03-02 16:05 ` Applied "regulator: anatop: Improve Kconfig dependency" to the regulator tree Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®