projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac1e6bc
)
ASoC: amd: acp: Remove duplicate dependency in Kconfig
author
Ajit Kumar Pandey
<AjitKumar.Pandey@amd.com>
Tue, 21 Dec 2021 17:19:10 +0000
(22:49 +0530)
committer
Mark Brown
<broonie@kernel.org>
Tue, 21 Dec 2021 18:05:41 +0000
(18:05 +0000)
Remove duplicate depends on statement in Kconfig file.
Signed-off-by: Ajit Kumar Pandey <AjitKumar.Pandey@amd.com>
Link:
https://lore.kernel.org/r/20211221171912.237792-1-AjitKumar.Pandey@amd.com
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 52a1371f9e6178068b303c36d00cce8766fbbe69..154be5e70821a11c2bdf61cbfbe8cde64417f5ce 100644
(file)
--- a/
sound/soc/amd/acp/Kconfig
+++ b/
sound/soc/amd/acp/Kconfig
@@
-46,7
+46,6
@@
config SND_SOC_AMD_LEGACY_MACH
tristate "AMD Legacy Machine Driver Support"
depends on X86 && PCI && I2C
select SND_SOC_AMD_MACH_COMMON
- depends on X86 && PCI && I2C
help
This option enables legacy sound card support for ACP audio.
@@
-54,7
+53,6
@@
config SND_SOC_AMD_SOF_MACH
tristate "AMD SOF Machine Driver Support"
depends on X86 && PCI && I2C
select SND_SOC_AMD_MACH_COMMON
- depends on X86 && PCI && I2C
help
This option enables SOF sound card support for ACP audio.