Manuel Lauss | aef3b06 | 2007-05-14 18:40:07 +0200 | [diff] [blame] | 1 | menu "SoC Audio support for SuperH" |
Kristoffer Ericson | dc952e6 | 2008-02-01 13:16:10 +0100 | [diff] [blame] | 2 | depends on SUPERH |
Manuel Lauss | aef3b06 | 2007-05-14 18:40:07 +0200 | [diff] [blame] | 3 | |
| 4 | config SND_SOC_PCM_SH7760 |
| 5 | tristate "SoC Audio support for Renesas SH7760" |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 6 | depends on CPU_SUBTYPE_SH7760 && SH_DMABRG |
Manuel Lauss | aef3b06 | 2007-05-14 18:40:07 +0200 | [diff] [blame] | 7 | help |
| 8 | Enable this option for SH7760 AC97/I2S audio support. |
| 9 | |
| 10 | |
| 11 | ## |
| 12 | ## Audio unit modules |
| 13 | ## |
| 14 | |
| 15 | config SND_SOC_SH4_HAC |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 16 | tristate |
Manuel Lauss | aef3b06 | 2007-05-14 18:40:07 +0200 | [diff] [blame] | 17 | select AC97_BUS |
| 18 | select SND_SOC_AC97_BUS |
Manuel Lauss | aef3b06 | 2007-05-14 18:40:07 +0200 | [diff] [blame] | 19 | |
| 20 | config SND_SOC_SH4_SSI |
| 21 | tristate |
| 22 | |
Kuninori Morimoto | a4d7d55 | 2009-08-20 21:01:05 +0900 | [diff] [blame] | 23 | config SND_SOC_SH4_FSI |
| 24 | tristate "SH4 FSI support" |
| 25 | depends on CPU_SUBTYPE_SH7724 |
Kuninori Morimoto | a4d7d55 | 2009-08-20 21:01:05 +0900 | [diff] [blame] | 26 | help |
| 27 | This option enables FSI sound support |
Manuel Lauss | aef3b06 | 2007-05-14 18:40:07 +0200 | [diff] [blame] | 28 | |
| 29 | ## |
| 30 | ## Boards |
| 31 | ## |
| 32 | |
| 33 | config SND_SH7760_AC97 |
| 34 | tristate "SH7760 AC97 sound support" |
| 35 | depends on CPU_SUBTYPE_SH7760 && SND_SOC_PCM_SH7760 |
| 36 | select SND_SOC_SH4_HAC |
| 37 | select SND_SOC_AC97_CODEC |
| 38 | help |
| 39 | This option enables generic sound support for the first |
| 40 | AC97 unit of the SH7760. |
| 41 | |
Kuninori Morimoto | b8e583f | 2009-08-21 09:42:59 +0900 | [diff] [blame] | 42 | config SND_FSI_AK4642 |
| 43 | bool "FSI-AK4642 sound support" |
| 44 | depends on SND_SOC_SH4_FSI |
| 45 | select SND_SOC_AK4642 |
| 46 | help |
| 47 | This option enables generic sound support for the |
| 48 | FSI - AK4642 unit |
| 49 | |
Manuel Lauss | aef3b06 | 2007-05-14 18:40:07 +0200 | [diff] [blame] | 50 | endmenu |