|
@@ -44,7 +44,7 @@ config SND_SOC_INTEL_BAYTRAIL
|
|
|
config SND_SOC_INTEL_HASWELL_MACH
|
|
|
tristate "ASoC Audio DSP support for Intel Haswell Lynxpoint"
|
|
|
depends on X86_INTEL_LPSS && I2C && I2C_DESIGNWARE_PLATFORM
|
|
|
- depends on DW_DMAC_CORE
|
|
|
+ depends on DW_DMAC_CORE=y
|
|
|
select SND_SOC_INTEL_SST
|
|
|
select SND_SOC_INTEL_HASWELL
|
|
|
select SND_SOC_RT5640
|
|
@@ -57,7 +57,7 @@ config SND_SOC_INTEL_HASWELL_MACH
|
|
|
config SND_SOC_INTEL_BYT_RT5640_MACH
|
|
|
tristate "ASoC Audio driver for Intel Baytrail with RT5640 codec"
|
|
|
depends on X86_INTEL_LPSS && I2C
|
|
|
- depends on DW_DMAC_CORE
|
|
|
+ depends on DW_DMAC_CORE=y
|
|
|
select SND_SOC_INTEL_SST
|
|
|
select SND_SOC_INTEL_BAYTRAIL
|
|
|
select SND_SOC_RT5640
|
|
@@ -68,7 +68,7 @@ config SND_SOC_INTEL_BYT_RT5640_MACH
|
|
|
config SND_SOC_INTEL_BYT_MAX98090_MACH
|
|
|
tristate "ASoC Audio driver for Intel Baytrail with MAX98090 codec"
|
|
|
depends on X86_INTEL_LPSS && I2C
|
|
|
- depends on DW_DMAC_CORE
|
|
|
+ depends on DW_DMAC_CORE=y
|
|
|
select SND_SOC_INTEL_SST
|
|
|
select SND_SOC_INTEL_BAYTRAIL
|
|
|
select SND_SOC_MAX98090
|
|
@@ -80,7 +80,7 @@ config SND_SOC_INTEL_BROADWELL_MACH
|
|
|
tristate "ASoC Audio DSP support for Intel Broadwell Wildcatpoint"
|
|
|
depends on X86_INTEL_LPSS && I2C && DW_DMAC && \
|
|
|
I2C_DESIGNWARE_PLATFORM
|
|
|
- depends on DW_DMAC_CORE
|
|
|
+ depends on DW_DMAC_CORE=y
|
|
|
select SND_SOC_INTEL_SST
|
|
|
select SND_SOC_INTEL_HASWELL
|
|
|
select SND_SOC_RT286
|