driver core: bus: use to_subsys_private and to_device_private_bus
[linux/fpc-iii.git] / sound / soc / sh / Kconfig
blobc9902a6d6fa0b6a903a77c8dd6dd1ee46b0db160
1 menu "SoC Audio support for SuperH"
2         depends on SUPERH || ARCH_SHMOBILE
4 config SND_SOC_PCM_SH7760
5         tristate "SoC Audio support for Renesas SH7760"
6         depends on CPU_SUBTYPE_SH7760 && SH_DMABRG
7         help
8           Enable this option for SH7760 AC97/I2S audio support.
12 ## Audio unit modules
15 config SND_SOC_SH4_HAC
16         tristate
17         select AC97_BUS
18         select SND_SOC_AC97_BUS
20 config SND_SOC_SH4_SSI
21         tristate
23 config SND_SOC_SH4_FSI
24         tristate "SH4 FSI support"
25         select SND_SIMPLE_CARD
26         help
27           This option enables FSI sound support
29 config SND_SOC_SH4_SIU
30         tristate
31         depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK
32         select DMA_ENGINE
33         select DMADEVICES
34         select SH_DMAE
35         select FW_LOADER
37 config SND_SOC_RCAR
38         tristate "R-Car series SRU/SCU/SSIU/SSI support"
39         depends on COMMON_CLK
40         select SND_SIMPLE_CARD
41         select REGMAP_MMIO
42         help
43           This option enables R-Car SRU/SCU/SSIU/SSI sound support
45 config SND_SOC_RSRC_CARD
46         tristate "Renesas Sampling Rate Convert Sound Card"
47         help
48           This option enables simple sound if you need sampling rate convert
51 ## Boards
54 config SND_SH7760_AC97
55         tristate "SH7760 AC97 sound support"
56         depends on CPU_SUBTYPE_SH7760 && SND_SOC_PCM_SH7760
57         select SND_SOC_SH4_HAC
58         select SND_SOC_AC97_CODEC
59         help
60           This option enables generic sound support for the first
61           AC97 unit of the SH7760.
63 config SND_SIU_MIGOR
64         tristate "SIU sound support on Migo-R"
65         depends on SH_MIGOR && I2C
66         select SND_SOC_SH4_SIU
67         select SND_SOC_WM8978
68         help
69           This option enables sound support for the SH7722 Migo-R board
71 endmenu