1 # SPDX-License-Identifier: GPL-2.0-only << 2 config SND_KIRKWOOD_SOC 1 config SND_KIRKWOOD_SOC 3 tristate "SoC Audio for the Marvell Ki !! 2 tristate "SoC Audio for the Marvell Kirkwood chip" 4 depends on ARCH_DOVE || ARCH_MVEBU || !! 3 depends on ARCH_KIRKWOOD 5 help 4 help 6 Say Y or M if you want to add suppor 5 Say Y or M if you want to add support for codecs attached to 7 the Kirkwood I2S interface. You will 6 the Kirkwood I2S interface. You will also need to select the 8 audio interfaces to support below. 7 audio interfaces to support below. 9 8 10 config SND_KIRKWOOD_SOC_ARMADA370_DB !! 9 config SND_KIRKWOOD_SOC_I2S 11 tristate "SoC Audio support for Armada !! 10 tristate 12 depends on SND_KIRKWOOD_SOC && (ARCH_M !! 11 >> 12 config SND_KIRKWOOD_SOC_OPENRD >> 13 tristate "SoC Audio support for Kirkwood Openrd Client" >> 14 depends on SND_KIRKWOOD_SOC && (MACH_OPENRD_CLIENT || MACH_OPENRD_ULTIMATE) >> 15 depends on I2C >> 16 select SND_KIRKWOOD_SOC_I2S 13 select SND_SOC_CS42L51 17 select SND_SOC_CS42L51 14 select SND_SOC_SPDIF << 15 help 18 help 16 Say Y if you want to add support for 19 Say Y if you want to add support for SoC audio on 17 the Armada 370 Development Board. !! 20 Openrd Client. >> 21 >> 22 config SND_KIRKWOOD_SOC_T5325 >> 23 tristate "SoC Audio support for HP t5325" >> 24 depends on SND_KIRKWOOD_SOC && MACH_T5325 && I2C >> 25 select SND_KIRKWOOD_SOC_I2S >> 26 select SND_SOC_ALC5623 >> 27 help >> 28 Say Y if you want to add support for SoC audio on >> 29 the HP t5325 thin client. 18 30
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.