diff options
| author | Vinod Koul <vinod.koul@intel.com> | 2016-03-18 10:40:23 -0400 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2016-03-18 11:05:29 -0400 |
| commit | c3efb42b207e22991dee86ca15861ede11a419fc (patch) | |
| tree | 82071327557bd3025a68174af8535fc1c6930170 | |
| parent | 36e7972c0d3f8819a5d9335c36c5dcd168cd2b72 (diff) | |
ASoC: Intel: Skylake: Fix kbuild dependency
The Skylake driver selects SND_HDA_I915 which causes kbuild to spew warning:
warning: (SND_SOC_INTEL_SKYLAKE) selects SND_HDA_I915 which has unmet direct dependencies
(SOUND && !M68K && !UML && SND && DRM_I915 && SND_HDA_CORE)
The SND_HDA_I915 should not be selected so drop that.
Reported-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
| -rw-r--r-- | sound/soc/intel/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig index b3e6c2300457..1120f4f4d011 100644 --- a/sound/soc/intel/Kconfig +++ b/sound/soc/intel/Kconfig | |||
| @@ -163,7 +163,6 @@ config SND_SOC_INTEL_SKYLAKE | |||
| 163 | tristate | 163 | tristate |
| 164 | select SND_HDA_EXT_CORE | 164 | select SND_HDA_EXT_CORE |
| 165 | select SND_SOC_TOPOLOGY | 165 | select SND_SOC_TOPOLOGY |
| 166 | select SND_HDA_I915 | ||
| 167 | select SND_SOC_INTEL_SST | 166 | select SND_SOC_INTEL_SST |
| 168 | 167 | ||
| 169 | config SND_SOC_INTEL_SKL_RT286_MACH | 168 | config SND_SOC_INTEL_SKL_RT286_MACH |
