projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d3a517
)
soc: fsl: cpm1: qmc: Fix test dependency
author
Herve Codina
<herve.codina@bootlin.com>
Tue, 14 Mar 2023 08:21:57 +0000
(09:21 +0100)
committer
Mark Brown
<broonie@kernel.org>
Tue, 14 Mar 2023 13:58:58 +0000
(13:58 +0000)
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>
drivers/soc/fsl/qe/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/soc/fsl/qe/Kconfig
b/drivers/soc/fsl/qe/Kconfig
index f90cfdf0c763b25475ed8307f71227d53cec87ff..7268c2fbcbc1d80b7b72b45ae4668584016f92c8 100644
(file)
--- 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