xref: /linux/sound/soc/uniphier/Kconfig (revision 177bf8620cf4ed290ee170a6c5966adc0924b336)
1# SPDX-License-Identifier: GPL-2.0
2menu "UniPhier"
3	depends on (ARCH_UNIPHIER || COMPILE_TEST)
4
5config SND_SOC_UNIPHIER_AIO
6	tristate "UniPhier AIO DAI Driver"
7	select REGMAP_MMIO
8	select SND_SOC_COMPRESS
9	help
10	  This adds ASoC driver support for Socionext UniPhier
11	  'AIO' Audio Input/Output subsystem.
12	  Select Y if you use such device.
13	  If unsure select "N".
14
15config SND_SOC_UNIPHIER_LD11
16	tristate "UniPhier LD11/LD20 Device Driver"
17	select SND_SOC_UNIPHIER_AIO
18	help
19	  This adds ASoC driver for Socionext UniPhier LD11/LD20
20	  input and output that can be used with other codecs.
21	  Select Y if you use such device.
22	  If unsure select "N".
23
24config SND_SOC_UNIPHIER_PXS2
25	tristate "UniPhier PXs2 Device Driver"
26	select SND_SOC_UNIPHIER_AIO
27	help
28	  This adds ASoC driver for Socionext UniPhier PXs2
29	  input and output that can be used with other codecs.
30	  Select Y if you use such device.
31	  If unsure select "N".
32
33config SND_SOC_UNIPHIER_EVEA_CODEC
34	tristate "UniPhier SoC internal audio codec"
35	select REGMAP_MMIO
36	help
37	  This adds Codec driver for Socionext UniPhier LD11/20 SoC
38	  internal DAC. This driver supports Line In / Out and HeadPhone.
39	  Select Y if you use such device.
40	  If unsure select "N".
41
42endmenu
43