mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/3] drivers: regulator: make pfuze available on i.MX7 too
@ 2023-11-27 21:48 Roland Hieber
  2023-11-27 21:48 ` [PATCH 2/3] ARM: i.MX7: Import GoMe device trees from kernel Roland Hieber
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Roland Hieber @ 2023-11-27 21:48 UTC (permalink / raw)
  To: barebox; +Cc: Roland Hieber

It can also not hurt to build it for compile-tests.

Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
 drivers/regulator/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 56abe3896e3b..17e217f0bba7 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -20,7 +20,7 @@ config REGULATOR_BCM283X
 config REGULATOR_PFUZE
 	bool "Freescale PFUZE100/200/3000 regulator driver"
 	depends on I2C
-	depends on ARCH_IMX6 || ARCH_IMX8MQ
+	depends on ARCH_IMX || COMPILE_TEST
 
 config REGULATOR_STM32_PWR
 	bool "STMicroelectronics STM32 PWR"
-- 
2.39.2




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

end of thread, other threads:[~2023-12-05  7:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-27 21:48 [PATCH 1/3] drivers: regulator: make pfuze available on i.MX7 too Roland Hieber
2023-11-27 21:48 ` [PATCH 2/3] ARM: i.MX7: Import GoMe device trees from kernel Roland Hieber
2023-11-27 21:48 ` [PATCH 3/3] ARM: dts: add support for and Gossen Metrawatt e143_01 Roland Hieber
2023-12-05  7:42 ` [PATCH 1/3] drivers: regulator: make pfuze available on i.MX7 too Sascha Hauer

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