]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - sound/soc/bcm/Kconfig
Support for Blokas Labs pisound board
[mirror_ubuntu-zesty-kernel.git] / sound / soc / bcm / Kconfig
CommitLineData
c6aeb7de
FM
1config SND_BCM2835_SOC_I2S
2 tristate "SoC Audio support for the Broadcom BCM2835 I2S module"
3 depends on ARCH_BCM2835 || COMPILE_TEST
c6aeb7de
FM
4 select SND_SOC_GENERIC_DMAENGINE_PCM
5 select REGMAP_MMIO
6 help
7 Say Y or M if you want to add support for codecs attached to
8 the BCM2835 I2S interface. You will also need
9 to select the audio interfaces to support below.
1200a7d9
SR
10
11config SND_SOC_CYGNUS
12 tristate "SoC platform audio for Broadcom Cygnus chips"
13 depends on ARCH_BCM_CYGNUS || COMPILE_TEST
fe368377 14 depends on HAS_DMA
1200a7d9
SR
15 help
16 Say Y if you want to add support for ASoC audio on Broadcom
17 Cygnus chips (bcm958300, bcm958305, bcm911360)
18
60d39d06
FM
19 If you don't know what to do here, say N.
20
21config SND_BCM2708_SOC_HIFIBERRY_DAC
22 tristate "Support for HifiBerry DAC"
23 depends on SND_BCM2708_SOC_I2S || SND_BCM2835_SOC_I2S
24 select SND_SOC_PCM5102A
25 help
26 Say Y or M if you want to add support for HifiBerry DAC.
12aee0f2 27
8111dbec
DM
28config SND_BCM2708_SOC_HIFIBERRY_DACPLUS
29 tristate "Support for HifiBerry DAC+"
30 depends on SND_BCM2708_SOC_I2S || SND_BCM2835_SOC_I2S
31 select SND_SOC_PCM512x
32 help
33 Say Y or M if you want to add support for HifiBerry DAC+.
34
dc68b412
DM
35config SND_BCM2708_SOC_HIFIBERRY_DIGI
36 tristate "Support for HifiBerry Digi"
37 depends on SND_BCM2708_SOC_I2S || SND_BCM2835_SOC_I2S
38 select SND_SOC_WM8804
39 help
40 Say Y or M if you want to add support for HifiBerry Digi S/PDIF output board.
41
879b384a
DM
42config SND_BCM2708_SOC_HIFIBERRY_AMP
43 tristate "Support for the HifiBerry Amp"
44 depends on SND_BCM2708_SOC_I2S || SND_BCM2835_SOC_I2S
45 select SND_SOC_TAS5713
46 help
47 Say Y or M if you want to add support for the HifiBerry Amp amplifier board.
48
12aee0f2
FM
49config SND_BCM2708_SOC_RPI_DAC
50 tristate "Support for RPi-DAC"
51 depends on SND_BCM2708_SOC_I2S || SND_BCM2835_SOC_I2S
52 select SND_SOC_PCM1794A
53 help
54 Say Y or M if you want to add support for RPi-DAC.
4560e346 55
32f3de3b
WB
56config SND_BCM2708_SOC_RPI_PROTO
57 tristate "Support for Rpi-PROTO"
58 depends on SND_BCM2708_SOC_I2S || SND_BCM2835_SOC_I2S
59 select SND_SOC_WM8731
60 help
61 Say Y or M if you want to add support for Audio Codec Board PROTO (WM8731).
62
354f0da3
AS
63config SND_BCM2708_SOC_JUSTBOOM_DAC
64 tristate "Support for JustBoom DAC"
65 depends on SND_BCM2708_SOC_I2S || SND_BCM2835_SOC_I2S
66 select SND_SOC_PCM512x
67 help
68 Say Y or M if you want to add support for JustBoom DAC.
69
70config SND_BCM2708_SOC_JUSTBOOM_DIGI
71 tristate "Support for JustBoom Digi"
72 depends on SND_BCM2708_SOC_I2S || SND_BCM2835_SOC_I2S
73 select SND_SOC_WM8804
74 help
75 Say Y or M if you want to add support for JustBoom Digi.
76
4560e346
GG
77config SND_BCM2708_SOC_IQAUDIO_DAC
78 tristate "Support for IQaudIO-DAC"
79 depends on SND_BCM2708_SOC_I2S || SND_BCM2835_SOC_I2S
80 select SND_SOC_PCM512x_I2C
81 help
82 Say Y or M if you want to add support for IQaudIO-DAC.
7f93aa3c 83
6bde027f
D
84config SND_BCM2708_SOC_IQAUDIO_DIGI
85 tristate "Support for IQAudIO Digi"
86 depends on SND_BCM2708_SOC_I2S || SND_BCM2835_SOC_I2S
87 select SND_SOC_WM8804
88 help
89 Say Y or M if you want to add support for IQAudIO Digital IO board.
90
7f93aa3c
JG
91config SND_BCM2708_SOC_RASPIDAC3
92 tristate "Support for RaspiDAC Rev.3x"
93 depends on SND_BCM2708_SOC_I2S || SND_BCM2835_SOC_I2S
94 select SND_SOC_PCM512x_I2C
95 select SND_SOC_TPA6130A2
96 help
97 Say Y or M if you want to add support for RaspiDAC Rev.3x.
197ab9a1
AG
98
99config SND_BCM2708_SOC_ADAU1977_ADC
100 tristate "Support for ADAU1977 ADC"
101 depends on SND_BCM2708_SOC_I2S || SND_BCM2835_SOC_I2S
102 select SND_SOC_ADAU1977_I2C
103 help
104 Say Y or M if you want to add support for ADAU1977 ADC.
f9300e4a
MF
105
106config SND_AUDIOINJECTOR_PI_SOUNDCARD
107 tristate "Support for audioinjector.net Pi add on soundcard"
108 depends on SND_BCM2708_SOC_I2S || SND_BCM2835_SOC_I2S
109 select SND_SOC_WM8731
110 help
111 Say Y or M if you want to add support for audioinjector.net Pi Hat
75709d77 112
113config SND_DIGIDAC1_SOUNDCARD
114 tristate "Support for Red Rocks Audio DigiDAC1"
115 depends on SND_BCM2708_SOC_I2S || SND_BCM2835_SOC_I2S
116 select SND_SOC_WM8804
117 select SND_SOC_WM8741
118 help
119 Say Y or M if you want to add support for Red Rocks Audio DigiDAC1 board.
01596bcd
D
120
121config SND_BCM2708_SOC_DIONAUDIO_LOCO
122 tristate "Support for Dion Audio LOCO DAC-AMP"
123 depends on SND_BCM2708_SOC_I2S || SND_BCM2835_SOC_I2S
124 select SND_SOC_PCM5102a
125 help
126 Say Y or M if you want to add support for Dion Audio LOCO.
1456b038
CM
127
128config SND_BCM2708_SOC_ALLO_PIANO_DAC
129 tristate "Support for Allo Piano DAC"
130 depends on SND_BCM2708_SOC_I2S || SND_BCM2835_SOC_I2S
131 select SND_SOC_PCM512x_I2C
132 help
133 Say Y or M if you want to add support for Allo Piano DAC.
5a89e370 134
135config SND_PISOUND
136 tristate "Support for Blokas Labs pisound"
137 depends on SND_BCM2708_SOC_I2S || SND_BCM2835_SOC_I2S
138 help
139 Say Y or M if you want to add support for Blokas Labs pisound.