File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ config IMX_SCMI_BBM_EXT
15
15
config IMX_SCMI_MISC_EXT
16
16
tristate "i.MX SCMI MISC EXTENSION"
17
17
depends on ARM_SCMI_PROTOCOL || (COMPILE_TEST && OF)
18
+ depends on IMX_SCMI_MISC_DRV
18
19
default y if ARCH_MXC
19
20
help
20
21
This enables i.MX System MISC control logic such as gpio expander
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ config IMX_SCU
25
25
26
26
config IMX_SCMI_MISC_DRV
27
27
tristate "IMX SCMI MISC Protocol driver"
28
- depends on IMX_SCMI_MISC_EXT || COMPILE_TEST
29
28
default y if ARCH_MXC
30
29
help
31
30
The System Controller Management Interface firmware (SCMI FW) is
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ config SND_SOC_FSL_SAI
29
29
config SND_SOC_FSL_MQS
30
30
tristate "Medium Quality Sound (MQS) module support"
31
31
depends on SND_SOC_FSL_SAI
32
+ depends on IMX_SCMI_MISC_DRV || !IMX_SCMI_MISC_DRV
32
33
select REGMAP_MMIO
33
- select IMX_SCMI_MISC_DRV if IMX_SCMI_MISC_EXT !=n
34
34
help
35
35
Say Y if you want to add Medium Quality Sound (MQS)
36
36
support for the Freescale CPUs.
You can’t perform that action at this time.
0 commit comments