projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76ec4ae
)
ASoC: SOF: Add missing dependency on IMX_SCU
author
Mark Brown
<broonie@kernel.org>
Thu, 23 Apr 2020 14:28:05 +0000
(15:28 +0100)
committer
Mark Brown
<broonie@kernel.org>
Thu, 23 Apr 2020 16:27:27 +0000
(17:27 +0100)
This broke PowerPC allyesconfig.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Mark Brown <broonie@kernel.org>
Link:
https://lore.kernel.org/r/20200423142805.52757-1-broonie@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/imx/Kconfig
patch
|
blob
|
history
diff --git
a/sound/soc/sof/imx/Kconfig
b/sound/soc/sof/imx/Kconfig
index
0e7964b
..
f76660e
100644
(file)
--- a/
sound/soc/sof/imx/Kconfig
+++ b/
sound/soc/sof/imx/Kconfig
@@
-21,6
+21,7
@@
config SND_SOC_SOF_IMX_OF
config SND_SOC_SOF_IMX8_SUPPORT
bool "SOF support for i.MX8"
+ depends on IMX_SCU
help
This adds support for Sound Open Firmware for NXP i.MX8 platforms
Say Y if you have such a device.