1
2menu "Broadcom"
3
4config SND_BCM2835_SOC_I2S
5 tristate "SoC Audio support for the Broadcom BCM2835 I2S module"
6 depends on ARCH_BCM2835 || COMPILE_TEST
7 select SND_SOC_GENERIC_DMAENGINE_PCM
8 select REGMAP_MMIO
9 help
10 Say Y or M if you want to add support for codecs attached to
11 the BCM2835 I2S interface. You will also need
12 to select the audio interfaces to support below.
13
14config SND_SOC_CYGNUS
15 tristate "SoC platform audio for Broadcom Cygnus chips"
16 depends on ARCH_BCM_CYGNUS || COMPILE_TEST
17 help
18 Say Y if you want to add support for ASoC audio on Broadcom
19 Cygnus chips (bcm958300, bcm958305, bcm911360)
20
21 If you don't know what to do here, say N.
22
23config SND_BCM63XX_I2S_WHISTLER
24 tristate "SoC Audio support for the Broadcom BCM63XX I2S module"
25 select REGMAP_MMIO
26 help
27 Say Y if you want to add support for ASoC audio on Broadcom
28 DSL/PON chips (bcm63158, bcm63178)
29
30 If you don't know what to do here, say N
31
32endmenu
33