alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* Bad rever-select of CONFIG_SND_HDA_I915
@ 2016-03-18  7:34 Takashi Iwai
  2016-03-18  8:06 ` Vinod Koul
  0 siblings, 1 reply; 8+ messages in thread
From: Takashi Iwai @ 2016-03-18  7:34 UTC (permalink / raw)
  To: Vinod Koul; +Cc: Liam Girdwood, alsa-devel, Mark Brown

Hi,

while build testing, I noticed the following warning:
  warning: (SND_SOC_INTEL_SKYLAKE) selects SND_HDA_I915 which has unmet direct dependencies (SOUND && !M68K && !UML && SND && DRM_I915 && SND_HDA_CORE)

And it's indeed broken: you can't select CONFIG_SND_HDA_I915 from the
driver side.  This is the condition depending on DRM i915 driver.

Fixing this doesn't look too trivial, though.  Since
SND_SOC_INTEL_SKYLAKE is the item to be selected, it can't have
"depends on".  So, the top-level configs that select
SND_SOC_INTEL_SKYLAKE need to have "depends on DRM_I915" lines, or
modify the driver to be built without i915 binding.


Takashi

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-03-18 14:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-18  7:34 Bad rever-select of CONFIG_SND_HDA_I915 Takashi Iwai
2016-03-18  8:06 ` Vinod Koul
2016-03-18  9:22   ` Takashi Iwai
2016-03-18 10:28     ` Vinod Koul
2016-03-18 10:33       ` Takashi Iwai
2016-03-18 10:54         ` Vinod Koul
2016-03-18 11:23           ` Takashi Iwai
2016-03-18 14:41             ` Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).