Skip to content

Commit

Permalink
[SQUASHME] ASoC: Intel: fix Kconfig typos
Browse files Browse the repository at this point in the history
Fix ASoC: Intel: select relevant machine drivers for SOF
s/INTEL_SKL/INTEL_SKYLAKE

Signed-off-by: Pierre-Louis Bossart <[email protected]>
  • Loading branch information
plbossart committed Jul 3, 2018
1 parent 04ac398 commit f9ab80f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sound/soc/intel/boards/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,9 @@ config SND_SOC_INTEL_SKL_NAU88L25_MAX98357A_MACH
Say Y or m if you have such a device. This is a recommended option.
If unsure select "N".

endif ## SND_SOC_INTEL_SKL
endif ## SND_SOC_INTEL_SKYLAKE

if SND_SOC_INTEL_SKL || SND_SOC_SOF_APOLLOLAKE
if SND_SOC_INTEL_SKYLAKE || SND_SOC_SOF_APOLLOLAKE

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

endif ## SND_SOC_INTEL_SKL || SND_SOC_SOF_APOLLOLAKE
endif ## SND_SOC_INTEL_SKYLAKE || SND_SOC_SOF_APOLLOLAKE

if SND_SOC_INTEL_SKL
if SND_SOC_INTEL_SKYLAKE

config SND_SOC_INTEL_KBL_RT5663_MAX98927_MACH
tristate "KBL with RT5663 and MAX98927 in I2S Mode"
Expand Down

0 comments on commit f9ab80f

Please sign in to comment.