xfs: validate acl count
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / sound / soc / sh / Kconfig
blob9154b4363db386f45ea5f1cb188596536b7f3d94
1 menu "SoC Audio support for SuperH"
2         depends on SUPERH
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         depends on CPU_SUBTYPE_SH7724
26         select SH_DMA
27         help
28           This option enables FSI sound support
31 ## Boards
34 config SND_SH7760_AC97
35         tristate "SH7760 AC97 sound support"
36         depends on CPU_SUBTYPE_SH7760 && SND_SOC_PCM_SH7760
37         select SND_SOC_SH4_HAC
38         select SND_SOC_AC97_CODEC
39         help
40           This option enables generic sound support for the first
41           AC97 unit of the SH7760.
43 config SND_FSI_AK4642
44         bool "FSI-AK4642 sound support"
45         depends on SND_SOC_SH4_FSI
46         select SND_SOC_AK4642
47         help
48           This option enables generic sound support for the
49           FSI - AK4642 unit
51 endmenu