firmware: cs_dsp: Rename KConfig symbol CS_DSP -> FW_CS_DSP
Qualify the KConfig symbol for cs_dsp by adding a FW_ prefix so that it is more explicit what is being referred to. This is preparation for using the symbol to namespace the exports. Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com> Link: https://lore.kernel.org/r/20221124134556.3343784-2-rf@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
e9a45c8aca
commit
d7cfdf17cb
4 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
# SPDX-License-Identifier: GPL-2.0-only
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
|
||||||
config CS_DSP
|
config FW_CS_DSP
|
||||||
tristate
|
tristate
|
||||||
default n
|
default n
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# SPDX-License-Identifier: GPL-2.0
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
#
|
#
|
||||||
obj-$(CONFIG_CS_DSP) += cs_dsp.o
|
obj-$(CONFIG_FW_CS_DSP) += cs_dsp.o
|
||||||
|
|
|
@ -98,7 +98,7 @@ config SND_HDA_SCODEC_CS35L41
|
||||||
|
|
||||||
config SND_HDA_CS_DSP_CONTROLS
|
config SND_HDA_CS_DSP_CONTROLS
|
||||||
tristate
|
tristate
|
||||||
select CS_DSP
|
select FW_CS_DSP
|
||||||
|
|
||||||
config SND_HDA_SCODEC_CS35L41_I2C
|
config SND_HDA_SCODEC_CS35L41_I2C
|
||||||
tristate "Build CS35L41 HD-audio side codec support for I2C Bus"
|
tristate "Build CS35L41 HD-audio side codec support for I2C Bus"
|
||||||
|
|
|
@ -349,7 +349,7 @@ config SND_SOC_WM_HUBS
|
||||||
|
|
||||||
config SND_SOC_WM_ADSP
|
config SND_SOC_WM_ADSP
|
||||||
tristate
|
tristate
|
||||||
select CS_DSP
|
select FW_CS_DSP
|
||||||
select SND_SOC_COMPRESS
|
select SND_SOC_COMPRESS
|
||||||
default y if SND_SOC_MADERA=y
|
default y if SND_SOC_MADERA=y
|
||||||
default y if SND_SOC_CS47L24=y
|
default y if SND_SOC_CS47L24=y
|
||||||
|
|
Loading…
Add table
Reference in a new issue