projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1198ff1
)
ASoC: amd: acp: Wrap AMD Audio ACP components in SND_SOC_AMD_ACP_COMMON
author
Geert Uytterhoeven
<geert+renesas@glider.be>
Tue, 26 Oct 2021 15:11:21 +0000
(17:11 +0200)
committer
Mark Brown
<broonie@kernel.org>
Tue, 26 Oct 2021 16:32:02 +0000
(17:32 +0100)
The build only descends into sound/soc/amd/acp/ if
CONFIG_SND_SOC_AMD_ACP_COMMON=y. Hence all later config symbols should
depend on SND_SOC_AMD_ACP_COMMON, to prevent asking the user about
config symbols for driver code that won't be build anyway.
Fixes:
623621a9f9e1a2f4
("ASoC: amd: Add common framework to support I2S on ACP SOC")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link:
https://lore.kernel.org/r/53d1d63bed1865293e6f5085ead21cdbb068fb15.1635260849.git.geert+renesas@glider.be
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/amd/acp/Kconfig
patch
|
blob
|
history
diff --git
a/sound/soc/amd/acp/Kconfig
b/sound/soc/amd/acp/Kconfig
index
98ec187
..
ea186cd
100644
(file)
--- a/
sound/soc/amd/acp/Kconfig
+++ b/
sound/soc/amd/acp/Kconfig
@@
-12,6
+12,8
@@
config SND_SOC_AMD_ACP_COMMON
This option enables common modules for Audio-Coprocessor i.e. ACP
IP block on AMD platforms.
+if SND_SOC_AMD_ACP_COMMON
+
config SND_SOC_AMD_ACP_I2S
tristate
@@
-49,3
+51,5
@@
config SND_SOC_AMD_SOF_MACH
select SND_SOC_AMD_MACH_COMMON
help
This option enables SOF sound card support for ACP audio.
+
+endif # SND_SOC_AMD_ACP_COMMON