All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] regulator: ti-abb: Kconfig: Add helper dependency on COMPILE_TEST
@ 2021-09-08 10:57 Cai Huoqing
  2021-09-13 10:53 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Cai Huoqing @ 2021-09-08 10:57 UTC (permalink / raw)
  To: caihuoqing; +Cc: Liam Girdwood, Mark Brown, linux-kernel

COMPILE_TEST is helpful to find compilation errors in other platform(e.g.X86).
In this case, the support of COMPILE_TEST is added, so this module could
be compiled in other platform(e.g.X86), without ARCH_SYNQUACER configuration.

Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>
---
 drivers/regulator/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 4fd13b06231f..e35cca5871c3 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -1181,7 +1181,7 @@ config REGULATOR_STPMIC1
 
 config REGULATOR_TI_ABB
 	tristate "TI Adaptive Body Bias on-chip LDO"
-	depends on ARCH_OMAP
+	depends on ARCH_OMAP || COMPILE_TEST
 	help
 	  Select this option to support Texas Instruments' on-chip Adaptive Body
 	  Bias (ABB) LDO regulators. It is recommended that this option be
-- 
2.25.1


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

* Re: [PATCH] regulator: ti-abb: Kconfig: Add helper dependency on COMPILE_TEST
  2021-09-08 10:57 [PATCH] regulator: ti-abb: Kconfig: Add helper dependency on COMPILE_TEST Cai Huoqing
@ 2021-09-13 10:53 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2021-09-13 10:53 UTC (permalink / raw)
  To: Cai Huoqing; +Cc: Mark Brown, Liam Girdwood, linux-kernel

On Wed, 8 Sep 2021 18:57:37 +0800, Cai Huoqing wrote:
> COMPILE_TEST is helpful to find compilation errors in other platform(e.g.X86).
> In this case, the support of COMPILE_TEST is added, so this module could
> be compiled in other platform(e.g.X86), without ARCH_SYNQUACER configuration.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next

Thanks!

[1/1] regulator: ti-abb: Kconfig: Add helper dependency on COMPILE_TEST
      commit: b36061c2ea5bdacf51305f8bc79f29595b343eb6

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

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

end of thread, other threads:[~2021-09-13 10:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-08 10:57 [PATCH] regulator: ti-abb: Kconfig: Add helper dependency on COMPILE_TEST Cai Huoqing
2021-09-13 10:53 ` Mark Brown

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.