mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +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
|
||||
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
|
||||
help
|
||||
Say Y or M if you want to add support for codecs attached to
|
||||
|
|
Loading…
Reference in a new issue