Skip to content

Commit

Permalink
ASoC: Intel: kconfig: add some comments for if symbols
Browse files Browse the repository at this point in the history
Help in finding matching "if" endings by commenting the "endif".

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Vinod Koul authored and Mark Brown committed Jan 8, 2018
1 parent 969eaef commit 8967106
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sound/soc/intel/boards/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ config SND_MFLD_MACHINE
Say Y if you have such a device.
If unsure select "N".

endif
endif ## SND_SST_ATOM_HIFI2_PLATFORM_PCI

if SND_SOC_INTEL_HASWELL

Expand Down Expand Up @@ -57,7 +57,7 @@ config SND_SOC_INTEL_BROADWELL_MACH
Ultrabook platforms.
Say Y or m if you have such a device. This is a recommended option.
If unsure select "N".
endif
endif ## SND_SOC_INTEL_HASWELL

if SND_SOC_INTEL_BAYTRAIL

Expand All @@ -80,7 +80,7 @@ config SND_SOC_INTEL_BYT_RT5640_MACH
with the RT5640 audio codec. This driver is deprecated, use
SND_SOC_INTEL_BYTCR_RT5640_MACH instead for better functionality.

endif
endif ## SND_SOC_INTEL_BAYTRAIL

if SND_SST_ATOM_HIFI2_PLATFORM

Expand Down Expand Up @@ -172,7 +172,7 @@ config SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH

If unsure select "N".

endif
endif ## SND_SST_ATOM_HIFI2_PLATFORM

if SND_SOC_INTEL_SKYLAKE

Expand Down Expand Up @@ -268,6 +268,6 @@ config SND_SOC_INTEL_KBL_RT5663_RT5514_MAX98927_MACH
create an alsa sound card for RT5663 + RT5514 + MAX98927.
Say Y or m if you have such a device. This is a recommended option.
If unsure select "N".
endif
endif ## SND_SOC_INTEL_SKYLAKE

endif ## SND_SOC_INTEL_MACH

0 comments on commit 8967106

Please sign in to comment.