diff options
author | Arnd Bergmann <arnd@arndb.de> | 2024-12-09 16:05:07 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2024-12-09 16:05:07 +0100 |
commit | c9bc45b346fc040813c082fc5f2cbdcefaf2fc95 (patch) | |
tree | 3a2d3b5538fc834716fb1b426e4d81ed9cd469ed /sound | |
parent | Merge tag 'juno-fix-6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/... (diff) | |
parent | firmware: arm_scmi: Fix i.MX build dependency (diff) | |
download | linux-c9bc45b346fc040813c082fc5f2cbdcefaf2fc95.tar.xz linux-c9bc45b346fc040813c082fc5f2cbdcefaf2fc95.zip |
Merge tag 'scmi-fix-6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes
Arm SCMI fix for v6.13
Fix for the build issue in the ASoC driver with the SCMI support by
enforcing the link-time dependency if IMX_SCMI_MISC_DRV is a loadable
module but not if that is disabled.
* tag 'scmi-fix-6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux:
firmware: arm_scmi: Fix i.MX build dependency
Link: https://lore.kernel.org/r/20241205114348.708618-1-sudeep.holla@arm.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/fsl/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index 8e88830e8e57..678540b78280 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig @@ -29,8 +29,8 @@ config SND_SOC_FSL_SAI config SND_SOC_FSL_MQS tristate "Medium Quality Sound (MQS) module support" depends on SND_SOC_FSL_SAI + depends on IMX_SCMI_MISC_DRV || !IMX_SCMI_MISC_DRV select REGMAP_MMIO - select IMX_SCMI_MISC_DRV if IMX_SCMI_MISC_EXT !=n help Say Y if you want to add Medium Quality Sound (MQS) support for the Freescale CPUs. |