]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
ASoC: Intel: Skylake: Fix kbuild dependency
authorVinod Koul <vinod.koul@intel.com>
Fri, 18 Mar 2016 14:40:23 +0000 (20:10 +0530)
committerMark Brown <broonie@kernel.org>
Fri, 18 Mar 2016 15:05:29 +0000 (15:05 +0000)
commitc3efb42b207e22991dee86ca15861ede11a419fc
tree82071327557bd3025a68174af8535fc1c6930170
parent36e7972c0d3f8819a5d9335c36c5dcd168cd2b72
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>
sound/soc/intel/Kconfig