]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - sound/soc/jz4740/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-hirsute-kernel.git] / sound / soc / jz4740 / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
11bd3dd1
LPC
2config SND_JZ4740_SOC
3 tristate "SoC Audio for Ingenic JZ4740 SoC"
0f91d24f 4 depends on MIPS || COMPILE_TEST
0406a40a 5 select SND_SOC_GENERIC_DMAENGINE_PCM
11bd3dd1
LPC
6 help
7 Say Y or M if you want to add support for codecs attached to
8 the JZ4740 I2S interface. You will also need to select the audio
9 interfaces to support below.
10
0aa2a15a
LPC
11if SND_JZ4740_SOC
12
11bd3dd1 13config SND_JZ4740_SOC_I2S
11bd3dd1 14 tristate "SoC Audio (I2S protocol) for Ingenic JZ4740 SoC"
0aa2a15a 15 depends on HAS_IOMEM
11bd3dd1
LPC
16 help
17 Say Y if you want to use I2S protocol and I2S codec on Ingenic JZ4740
18 based boards.
5898dd9e
LPC
19
20config SND_JZ4740_SOC_QI_LB60
21 tristate "SoC Audio support for Qi LB60"
0aa2a15a
LPC
22 depends on HAS_IOMEM
23 depends on JZ4740_QI_LB60 || COMPILE_TEST
5898dd9e
LPC
24 select SND_JZ4740_SOC_I2S
25 select SND_SOC_JZ4740_CODEC
26 help
27 Say Y if you want to add support for ASoC audio on the Qi LB60 board
28 a.k.a Qi Ben NanoNote.
0aa2a15a
LPC
29
30endif