Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SQUASHME] ASoC: Intel: fix Kconfig typos #21

Merged
merged 1 commit into from
Jul 3, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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