blob: 5d8a86b26fa2f2bcd9b05295fd72f9a65625565e [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
apatard@mandriva.comf9b95982010-05-31 13:49:14 +02002config SND_KIRKWOOD_SOC
Jean-Francois Moine446a3bd2013-08-27 20:27:11 +02003 tristate "SoC Audio for the Marvell Kirkwood and Dove chips"
Andrew Lunn6145dfc2014-07-10 23:36:24 +02004 depends on ARCH_DOVE || ARCH_MVEBU || COMPILE_TEST
apatard@mandriva.comf9b95982010-05-31 13:49:14 +02005 help
6 Say Y or M if you want to add support for codecs attached to
7 the Kirkwood I2S interface. You will also need to select the
8 audio interfaces to support below.
9
Thomas Petazzoni74d04c32014-02-12 18:20:56 +010010config SND_KIRKWOOD_SOC_ARMADA370_DB
11 tristate "SoC Audio support for Armada 370 DB"
12 depends on SND_KIRKWOOD_SOC && (ARCH_MVEBU || COMPILE_TEST) && I2C
13 select SND_SOC_CS42L51
Thomas Petazzonicece5652014-02-12 18:20:57 +010014 select SND_SOC_SPDIF
Thomas Petazzoni74d04c32014-02-12 18:20:56 +010015 help
16 Say Y if you want to add support for SoC audio on
17 the Armada 370 Development Board.
18