mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 19:56:18 +00:00
ASoC: Remove unneeded i.MX dependency on SND
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
08229de4b4
commit
a2d512a978
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
config SND_MX1_MX2_SOC
|
config SND_MX1_MX2_SOC
|
||||||
tristate "SoC Audio for Freecale i.MX1x i.MX2x CPUs"
|
tristate "SoC Audio for Freecale i.MX1x i.MX2x CPUs"
|
||||||
depends on (ARCH_MX2 || ARCH_MX1) && SND
|
depends on ARCH_MX2 || ARCH_MX1
|
||||||
select SND_PCM
|
select SND_PCM
|
||||||
help
|
help
|
||||||
Say Y or M if you want to add support for codecs attached to
|
Say Y or M if you want to add support for codecs attached to
|
||||||
|
|
Loading…
Reference in a new issue