2019-05-19 05:07:45 -07:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2010-05-31 04:49:14 -07:00
|
|
|
config SND_KIRKWOOD_SOC
|
2013-08-27 11:27:11 -07:00
|
|
|
tristate "SoC Audio for the Marvell Kirkwood and Dove chips"
|
2014-07-10 14:36:24 -07:00
|
|
|
depends on ARCH_DOVE || ARCH_MVEBU || COMPILE_TEST
|
2010-05-31 04:49:14 -07:00
|
|
|
help
|
|
|
|
Say Y or M if you want to add support for codecs attached to
|
|
|
|
the Kirkwood I2S interface. You will also need to select the
|
|
|
|
audio interfaces to support below.
|
|
|
|
|
2014-02-12 10:20:56 -07:00
|
|
|
config SND_KIRKWOOD_SOC_ARMADA370_DB
|
|
|
|
tristate "SoC Audio support for Armada 370 DB"
|
|
|
|
depends on SND_KIRKWOOD_SOC && (ARCH_MVEBU || COMPILE_TEST) && I2C
|
|
|
|
select SND_SOC_CS42L51
|
2014-02-12 10:20:57 -07:00
|
|
|
select SND_SOC_SPDIF
|
2014-02-12 10:20:56 -07:00
|
|
|
help
|
|
|
|
Say Y if you want to add support for SoC audio on
|
|
|
|
the Armada 370 Development Board.
|
|
|
|
|