Merge remote-tracking branch 'sound/for-next'
[deliverable/linux.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"
cd04461e 25 select SND_SIMPLE_CARD
a4d7d550
KM
26 help
27 This option enables FSI sound support
aef3b06a 28
895d4509
GL
29config SND_SOC_SH4_SIU
30 tristate
31 depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK
6db29675 32 select DMA_ENGINE
895d4509
GL
33 select DMADEVICES
34 select SH_DMAE
da3b062e 35 select FW_LOADER
895d4509 36
1536a968
KM
37config SND_SOC_RCAR
38 tristate "R-Car series SRU/SCU/SSIU/SSI support"
e2f84451 39 depends on COMMON_CLK
1536a968 40 select SND_SIMPLE_CARD
b8c63786 41 select REGMAP_MMIO
1536a968 42 help
4272975a 43 This option enables R-Car SRU/SCU/SSIU/SSI sound support
1536a968 44
415f1cb2
KM
45config SND_SOC_RSRC_CARD
46 tristate "Renesas Sampling Rate Convert Sound Card"
d6a4a9a4 47 select SND_SIMPLE_CARD_UTILS
415f1cb2
KM
48 help
49 This option enables simple sound if you need sampling rate convert
50
aef3b06a
ML
51##
52## Boards
53##
54
55config SND_SH7760_AC97
56 tristate "SH7760 AC97 sound support"
57 depends on CPU_SUBTYPE_SH7760 && SND_SOC_PCM_SH7760
58 select SND_SOC_SH4_HAC
59 select SND_SOC_AC97_CODEC
60 help
61 This option enables generic sound support for the first
62 AC97 unit of the SH7760.
63
9f5b64b7
GL
64config SND_SIU_MIGOR
65 tristate "SIU sound support on Migo-R"
7b6ad9e8 66 depends on SH_MIGOR && I2C
9f5b64b7
GL
67 select SND_SOC_SH4_SIU
68 select SND_SOC_WM8978
69 help
70 This option enables sound support for the SH7722 Migo-R board
71
aef3b06a 72endmenu
This page took 0.564259 seconds and 5 git commands to generate.