]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - sound/soc/sh/Kconfig
Merge tag 'arm-soc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[mirror_ubuntu-artful-kernel.git] / sound / soc / sh / Kconfig
CommitLineData
aef3b06a 1menu "SoC Audio support for SuperH"
cc780d38 2 depends on SUPERH || ARCH_SHMOBILE
aef3b06a
ML
3
4config SND_SOC_PCM_SH7760
5 tristate "SoC Audio support for Renesas SH7760"
89fe5117 6 depends on CPU_SUBTYPE_SH7760 && SH_DMABRG
aef3b06a
ML
7 help
8 Enable this option for SH7760 AC97/I2S audio support.
9
10
11##
12## Audio unit modules
13##
14
15config SND_SOC_SH4_HAC
89fe5117 16 tristate
aef3b06a
ML
17 select AC97_BUS
18 select SND_SOC_AC97_BUS
aef3b06a
ML
19
20config SND_SOC_SH4_SSI
21 tristate
22
a4d7d550
KM
23config SND_SOC_SH4_FSI
24 tristate "SH4 FSI support"
a4d7d550
KM
25 help
26 This option enables FSI sound support
aef3b06a 27
895d4509
GL
28config SND_SOC_SH4_SIU
29 tristate
30 depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK
6db29675 31 select DMA_ENGINE
895d4509
GL
32 select DMADEVICES
33 select SH_DMAE
da3b062e 34 select FW_LOADER
895d4509 35
aef3b06a
ML
36##
37## Boards
38##
39
40config SND_SH7760_AC97
41 tristate "SH7760 AC97 sound support"
42 depends on CPU_SUBTYPE_SH7760 && SND_SOC_PCM_SH7760
43 select SND_SOC_SH4_HAC
44 select SND_SOC_AC97_CODEC
45 help
46 This option enables generic sound support for the first
47 AC97 unit of the SH7760.
48
b8e583f6 49config SND_FSI_AK4642
715ce576 50 tristate "FSI-AK4642 sound support"
722bc283 51 depends on SND_SOC_SH4_FSI && I2C
b8e583f6
KM
52 select SND_SOC_AK4642
53 help
54 This option enables generic sound support for the
55 FSI - AK4642 unit
56
03849405 57config SND_FSI_DA7210
715ce576 58 tristate "FSI-DA7210 sound support"
722bc283 59 depends on SND_SOC_SH4_FSI && I2C
03849405
KM
60 select SND_SOC_DA7210
61 help
62 This option enables generic sound support for the
63 FSI - DA7210 unit
64
41a686ee 65config SND_FSI_HDMI
715ce576 66 tristate "FSI-HDMI sound support"
41a686ee
KM
67 depends on SND_SOC_SH4_FSI && FB_SH_MOBILE_HDMI
68 help
69 This option enables generic sound support for the
70 FSI - HDMI unit
71
9f5b64b7
GL
72config SND_SIU_MIGOR
73 tristate "SIU sound support on Migo-R"
74 depends on SH_MIGOR
75 select SND_SOC_SH4_SIU
76 select SND_SOC_WM8978
77 help
78 This option enables sound support for the SH7722 Migo-R board
79
aef3b06a 80endmenu