Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

soc: fsl: cpm1: qmc: Fix test dependency

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>
Link: https://lore.kernel.org/r/20230314082157.137176-1-herve.codina@bootlin.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Herve Codina and committed by
Mark Brown
6ffa0da5 0d3a5178

+1 -1
+1 -1
drivers/soc/fsl/qe/Kconfig
··· 47 47 config CPM_QMC 48 48 tristate "CPM QMC support" 49 49 depends on OF && HAS_IOMEM 50 - depends on CPM1 || (SOC_FSL && COMPILE_TEST) 50 + depends on CPM1 || (FSL_SOC && COMPILE_TEST) 51 51 depends on CPM_TSA 52 52 help 53 53 Freescale CPM QUICC Multichannel Controller