ASoC: Fix I2C dependency for SND_FSI_AK4642 and SND_FSI_DA7210
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / sound / soc / sh / Kconfig
blob52d7e8ed9c1faa1e9e38015dfe0c04cb5a9a5fbf
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         help
26           This option enables FSI sound support
28 config SND_SOC_SH4_SIU
29         tristate
30         depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK
31         select DMA_ENGINE
32         select DMADEVICES
33         select SH_DMAE
34         select FW_LOADER
37 ## Boards
40 config 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.
49 config SND_FSI_AK4642
50         bool "FSI-AK4642 sound support"
51         depends on SND_SOC_SH4_FSI && I2C_SH_MOBILE
52         select SND_SOC_AK4642
53         help
54           This option enables generic sound support for the
55           FSI - AK4642 unit
57 config SND_FSI_DA7210
58         bool "FSI-DA7210 sound support"
59         depends on SND_SOC_SH4_FSI && I2C_SH_MOBILE
60         select SND_SOC_DA7210
61         help
62           This option enables generic sound support for the
63           FSI - DA7210 unit
65 config SND_SIU_MIGOR
66         tristate "SIU sound support on Migo-R"
67         depends on SH_MIGOR
68         select SND_SOC_SH4_SIU
69         select SND_SOC_WM8978
70         help
71           This option enables sound support for the SH7722 Migo-R board
73 endmenu