ASoC: wcd: Depend on right config option
Kconfig doesn't have the CONFIG_ part of the option, so don't use it here. This fixes a kconfig warning about missing a dependency for "CONFIG_SPI" which doesn't exist because it's supposed to be "SPI". Change-Id: Ie449ff250dd87b0a445d34ee079082c6e91f147c Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
This commit is contained in:
parent
ae4d972f07
commit
0ed5a46cc0
1 changed files with 1 additions and 1 deletions
|
@ -775,7 +775,7 @@ config SND_SOC_WCD_DSP_MGR
|
|||
tristate
|
||||
|
||||
config SND_SOC_WCD_SPI
|
||||
depends on CONFIG_SPI
|
||||
depends on SPI
|
||||
tristate
|
||||
|
||||
config SND_SOC_WL1273
|
||||
|
|
Loading…
Add table
Reference in a new issue