mirror of https://gitee.com/openkylin/linux.git
ASoC: Mark new i.MX drivers as BROKEN until arch/arm merged
Currently they don't build due to cross tree dependencies, they will be reenabled once the arch/arm side has merged. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
e919c24b64
commit
b05f5c13d5
|
@ -1,6 +1,6 @@
|
|||
config SND_IMX_SOC
|
||||
tristate "SoC Audio for Freecale i.MX CPUs"
|
||||
depends on ARCH_MXC
|
||||
depends on ARCH_MXC && BROKEN
|
||||
select SND_PCM
|
||||
select FIQ
|
||||
select SND_SOC_AC97_BUS
|
||||
|
|
Loading…
Reference in New Issue