Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/imx8 kconfig - take 2 #2047

Merged
merged 4 commits into from Apr 24, 2020

Commits on Apr 23, 2020

  1. Revert "ASoC: SOF: imx: fix depends/select IMX_DSP confusion"

    This reverts commit 88f2e71.
    
    Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
    plbossart committed Apr 23, 2020
    Copy the full SHA
    6473ebd View commit details
    Browse the repository at this point in the history
  2. Revert "ASoC: SOF: imx8: fix Kconfig unmet dependency"

    This reverts commit 5e3103a.
    
    Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
    plbossart committed Apr 23, 2020
    Copy the full SHA
    cba3e6a View commit details
    Browse the repository at this point in the history
  3. ASoC: SOF: Add missing dependency on IMX_SCU

    This broke PowerPC allyesconfig.
    
    Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
    Signed-off-by: Mark Brown <broonie@kernel.org>
    broonie authored and plbossart committed Apr 23, 2020
    Copy the full SHA
    e000600 View commit details
    Browse the repository at this point in the history
  4. ASoC: SOF: imx: fix depends/select IMX_DSP confusion

    The two IMX targets don't use depends/select in a consistent way and
    there's a potential for an unmet dependency. Move the dependency check
    to a higher level and select IMX_DSP to avoid builtin/module issues.
    
    Fixes: afb93d7 ("ASoC: SOF: imx: Add i.MX8M HW support")
    Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
    plbossart committed Apr 23, 2020
    Copy the full SHA
    406129b View commit details
    Browse the repository at this point in the history