Skip to content

Commit f9ab80f

Browse files
committed
[SQUASHME] ASoC: Intel: fix Kconfig typos
Fix ASoC: Intel: select relevant machine drivers for SOF s/INTEL_SKL/INTEL_SKYLAKE Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
1 parent 04ac398 commit f9ab80f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sound/soc/intel/boards/Kconfig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,9 @@ config SND_SOC_INTEL_SKL_NAU88L25_MAX98357A_MACH
220220
Say Y or m if you have such a device. This is a recommended option.
221221
If unsure select "N".
222222

223-
endif ## SND_SOC_INTEL_SKL
223+
endif ## SND_SOC_INTEL_SKYLAKE
224224

225-
if SND_SOC_INTEL_SKL || SND_SOC_SOF_APOLLOLAKE
225+
if SND_SOC_INTEL_SKYLAKE || SND_SOC_SOF_APOLLOLAKE
226226

227227
config SND_SOC_INTEL_BXT_DA7219_MAX98357A_MACH
228228
tristate "Broxton with DA7219 and MAX98357A in I2S Mode"
@@ -270,9 +270,9 @@ config SND_SOC_INTEL_BXT_TDF8532_MACH
270270
Say Y if you have such a device.
271271
If unsure select "N".
272272

273-
endif ## SND_SOC_INTEL_SKL || SND_SOC_SOF_APOLLOLAKE
273+
endif ## SND_SOC_INTEL_SKYLAKE || SND_SOC_SOF_APOLLOLAKE
274274

275-
if SND_SOC_INTEL_SKL
275+
if SND_SOC_INTEL_SKYLAKE
276276

277277
config SND_SOC_INTEL_KBL_RT5663_MAX98927_MACH
278278
tristate "KBL with RT5663 and MAX98927 in I2S Mode"

0 commit comments

Comments
 (0)