blob: 219235c022125d84a7565a4c9c962dd5098990d0 [file] [log] [blame]
Dong Aisheng009ad052011-07-21 12:36:58 +08001menuconfig SND_MXS_SOC
2 tristate "SoC Audio for Freescale MXS CPUs"
Mark Brown8ccbc3e2013-07-15 17:04:47 +01003 depends on ARCH_MXS || COMPILE_TEST
Mark Brown315d9c62013-07-22 12:17:31 +01004 depends on COMMON_CLK
Lars-Peter Clausena8956902013-04-20 19:29:03 +02005 select SND_SOC_GENERIC_DMAENGINE_PCM
Dong Aisheng009ad052011-07-21 12:36:58 +08006 help
7 Say Y or M if you want to add support for codecs attached to
8 the MXS SAIF interface.
9
10
11if SND_MXS_SOC
12
13config SND_SOC_MXS_SGTL5000
Fabio Estevam48a08ba2012-08-08 00:47:21 -030014 tristate "SoC Audio support for MXS boards with sgtl5000"
Dong Aisheng009ad052011-07-21 12:36:58 +080015 depends on I2C
16 select SND_SOC_SGTL5000
17 help
18 Say Y if you want to add support for SoC audio on an MXS board with
19 a sgtl5000 codec.
20
21endif # SND_MXS_SOC