blob: 5477c54759230e7783af1fd6df7bb1a20bcfb122 [file] [log] [blame]
Ryan Mallondb5bf412010-06-04 17:11:24 +12001config SND_EP93XX_SOC
2 tristate "SoC Audio support for the Cirrus Logic EP93xx series"
Alexander Shiyan17cb37aaf2014-02-25 22:01:54 +04003 depends on ARCH_EP93XX || COMPILE_TEST
Lars-Peter Clausene27e8a62013-04-20 19:29:05 +02004 select SND_SOC_GENERIC_DMAENGINE_PCM
Ryan Mallondb5bf412010-06-04 17:11:24 +12005 help
6 Say Y or M if you want to add support for codecs attached to
Mika Westerbergaa7e1b82010-10-14 17:49:06 +03007 the EP93xx I2S or AC97 interfaces.
Ryan Mallondb5bf412010-06-04 17:11:24 +12008
9config SND_EP93XX_SOC_I2S
10 tristate
Ryan Mallon315f7da2010-06-08 22:01:12 +120011
Mika Westerbergaa7e1b82010-10-14 17:49:06 +030012config SND_EP93XX_SOC_AC97
13 tristate
14 select AC97_BUS
15 select SND_SOC_AC97_BUS
16
Ryan Mallon315f7da2010-06-08 22:01:12 +120017config SND_EP93XX_SOC_SNAPPERCL15
18 tristate "SoC Audio support for Bluewater Systems Snapper CL15 module"
19 depends on SND_EP93XX_SOC && MACH_SNAPPER_CL15
20 select SND_EP93XX_SOC_I2S
Max Filippovcc1bc542014-03-06 14:04:42 +040021 select SND_SOC_TLV320AIC23_I2C
Ryan Mallon315f7da2010-06-08 22:01:12 +120022 help
23 Say Y or M here if you want to add support for I2S audio on the
24 Bluewater Systems Snapper CL15 module.
Mika Westerbergd42a2802010-10-14 17:49:08 +030025
26config SND_EP93XX_SOC_SIMONE
27 tristate "SoC Audio support for Simplemachines Sim.One board"
28 depends on SND_EP93XX_SOC && MACH_SIM_ONE
29 select SND_EP93XX_SOC_AC97
30 select SND_SOC_AC97_CODEC
31 help
32 Say Y or M here if you want to add support for AC97 audio on the
33 Simplemachines Sim.One board.
Alexander Sverdlin86c33042011-01-23 04:01:15 +030034
35config SND_EP93XX_SOC_EDB93XX
36 tristate "SoC Audio support for Cirrus Logic EDB93xx boards"
37 depends on SND_EP93XX_SOC && (MACH_EDB9301 || MACH_EDB9302 || MACH_EDB9302A || MACH_EDB9307A || MACH_EDB9315A)
38 select SND_EP93XX_SOC_I2S
39 select SND_SOC_CS4271
40 help
41 Say Y or M here if you want to add support for I2S audio on the
42 Cirrus Logic EDB93xx boards.