diff options
author | Vinod Koul <vinod.koul@intel.com> | 2017-11-14 23:41:02 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-11-15 06:43:41 -0500 |
commit | 20a52c059be2eb470db75076d55e1d932173fcc3 (patch) | |
tree | c26da80b38905437caac7e94d893dbcb736a22cf | |
parent | df6a3e245541ac61cc99f2887437e0a43dd08f2e (diff) |
ASoC: Intel: Add help text for SND_SOC_INTEL_SST_TOPLEVEL
Symbol SND_SOC_INTEL_SST_TOPLEVEL is user selectable so add the
help text for this symbol.
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/intel/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig index bb8be10b8437..7b49d04e3c60 100644 --- a/sound/soc/intel/Kconfig +++ b/sound/soc/intel/Kconfig | |||
@@ -34,6 +34,11 @@ config SND_SOC_INTEL_SST_TOPLEVEL | |||
34 | depends on X86 || COMPILE_TEST | 34 | depends on X86 || COMPILE_TEST |
35 | select SND_SOC_INTEL_MACH | 35 | select SND_SOC_INTEL_MACH |
36 | select SND_SOC_INTEL_COMMON | 36 | select SND_SOC_INTEL_COMMON |
37 | help | ||
38 | Intel ASoC Audio Drivers. If you have a Intel machine that | ||
39 | has audio controller with a DSP and I2S or DMIC port, then | ||
40 | enable this option by saying Y or M | ||
41 | If unsure select "N". | ||
37 | 42 | ||
38 | config SND_SOC_INTEL_HASWELL | 43 | config SND_SOC_INTEL_HASWELL |
39 | tristate "Intel ASoC SST driver for Haswell/Broadwell" | 44 | tristate "Intel ASoC SST driver for Haswell/Broadwell" |