linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] soc: fsl: cpm1: qmc: Fix test dependency
@ 2023-03-14  8:21 Herve Codina
  2023-03-15 13:19 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Herve Codina @ 2023-03-14  8:21 UTC (permalink / raw)
  To: Herve Codina, Lukas Bulwahn, Christophe Leroy, Mark Brown,
	Qiang Zhao, Li Yang
  Cc: kernel-janitors, linuxppc-dev, linux-kernel, linux-arm-kernel

The QMC depends on (SOC_FSL && COMPILE_TEST). SOC_FSL does not exist.

Fix the dependency using the correct one: FSL_SOC.

Signed-off-by: Herve Codina <herve.codina@bootlin.com>
---
 drivers/soc/fsl/qe/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/soc/fsl/qe/Kconfig b/drivers/soc/fsl/qe/Kconfig
index f90cfdf0c763..7268c2fbcbc1 100644
--- a/drivers/soc/fsl/qe/Kconfig
+++ b/drivers/soc/fsl/qe/Kconfig
@@ -47,7 +47,7 @@ config CPM_TSA
 config CPM_QMC
 	tristate "CPM QMC support"
 	depends on OF && HAS_IOMEM
-	depends on CPM1 || (SOC_FSL && COMPILE_TEST)
+	depends on CPM1 || (FSL_SOC && COMPILE_TEST)
 	depends on CPM_TSA
 	help
 	  Freescale CPM QUICC Multichannel Controller
-- 
2.39.2


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

* Re: [PATCH] soc: fsl: cpm1: qmc: Fix test dependency
  2023-03-14  8:21 [PATCH] soc: fsl: cpm1: qmc: Fix test dependency Herve Codina
@ 2023-03-15 13:19 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2023-03-15 13:19 UTC (permalink / raw)
  To: Lukas Bulwahn, Christophe Leroy, Qiang Zhao, Li Yang,
	Herve Codina
  Cc: kernel-janitors, linuxppc-dev, linux-kernel, linux-arm-kernel

On Tue, 14 Mar 2023 09:21:57 +0100, Herve Codina wrote:
> The QMC depends on (SOC_FSL && COMPILE_TEST). SOC_FSL does not exist.
> 
> Fix the dependency using the correct one: FSL_SOC.
> 
> 

Applied to

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

Thanks!

[1/1] soc: fsl: cpm1: qmc: Fix test dependency
      commit: 6ffa0da5c63f8408101d01075709981005eb66ec

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:[~2023-03-15 13:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-14  8:21 [PATCH] soc: fsl: cpm1: qmc: Fix test dependency Herve Codina
2023-03-15 13:19 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).