Skip to content

Commit c9bc45b

Browse files
committed
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/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 90386e1 + 514b226 commit c9bc45b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

drivers/firmware/arm_scmi/vendors/imx/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ config IMX_SCMI_BBM_EXT
1515
config IMX_SCMI_MISC_EXT
1616
tristate "i.MX SCMI MISC EXTENSION"
1717
depends on ARM_SCMI_PROTOCOL || (COMPILE_TEST && OF)
18+
depends on IMX_SCMI_MISC_DRV
1819
default y if ARCH_MXC
1920
help
2021
This enables i.MX System MISC control logic such as gpio expander

drivers/firmware/imx/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ config IMX_SCU
2525

2626
config IMX_SCMI_MISC_DRV
2727
tristate "IMX SCMI MISC Protocol driver"
28-
depends on IMX_SCMI_MISC_EXT || COMPILE_TEST
2928
default y if ARCH_MXC
3029
help
3130
The System Controller Management Interface firmware (SCMI FW) is

sound/soc/fsl/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ config SND_SOC_FSL_SAI
2929
config SND_SOC_FSL_MQS
3030
tristate "Medium Quality Sound (MQS) module support"
3131
depends on SND_SOC_FSL_SAI
32+
depends on IMX_SCMI_MISC_DRV || !IMX_SCMI_MISC_DRV
3233
select REGMAP_MMIO
33-
select IMX_SCMI_MISC_DRV if IMX_SCMI_MISC_EXT !=n
3434
help
3535
Say Y if you want to add Medium Quality Sound (MQS)
3636
support for the Freescale CPUs.

0 commit comments

Comments
 (0)