Manuel Lauss | aef3b06 | 2007-05-14 18:40:07 +0200 | [diff] [blame] | 1 | menu "SoC Audio support for SuperH" |
Kuninori Morimoto | cc780d3 | 2010-03-25 19:15:53 +0900 | [diff] [blame] | 2 | depends on SUPERH || ARCH_SHMOBILE |
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" |
Kuninori Morimoto | a4d7d55 | 2009-08-20 21:01:05 +0900 | [diff] [blame] | 25 | help |
| 26 | This option enables FSI sound support |
Manuel Lauss | aef3b06 | 2007-05-14 18:40:07 +0200 | [diff] [blame] | 27 | |
Guennadi Liakhovetski | 895d450 | 2010-01-22 19:09:03 +0100 | [diff] [blame] | 28 | config SND_SOC_SH4_SIU |
| 29 | tristate |
| 30 | depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK |
Guennadi Liakhovetski | 6db2967 | 2010-02-11 18:11:10 +0100 | [diff] [blame] | 31 | select DMA_ENGINE |
Guennadi Liakhovetski | 895d450 | 2010-01-22 19:09:03 +0100 | [diff] [blame] | 32 | select DMADEVICES |
| 33 | select SH_DMAE |
Guennadi Liakhovetski | da3b062 | 2010-03-18 09:39:59 +0100 | [diff] [blame] | 34 | select FW_LOADER |
Guennadi Liakhovetski | 895d450 | 2010-01-22 19:09:03 +0100 | [diff] [blame] | 35 | |
Manuel Lauss | aef3b06 | 2007-05-14 18:40:07 +0200 | [diff] [blame] | 36 | ## |
| 37 | ## Boards |
| 38 | ## |
| 39 | |
| 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. |
| 48 | |
Kuninori Morimoto | b8e583f | 2009-08-21 09:42:59 +0900 | [diff] [blame] | 49 | config SND_FSI_AK4642 |
Kuninori Morimoto | 715ce57 | 2010-09-10 10:34:32 +0900 | [diff] [blame] | 50 | tristate "FSI-AK4642 sound support" |
Kuninori Morimoto | 722bc28 | 2010-12-20 10:03:13 +0900 | [diff] [blame] | 51 | depends on SND_SOC_SH4_FSI && I2C |
Kuninori Morimoto | b8e583f | 2009-08-21 09:42:59 +0900 | [diff] [blame] | 52 | select SND_SOC_AK4642 |
| 53 | help |
| 54 | This option enables generic sound support for the |
| 55 | FSI - AK4642 unit |
| 56 | |
Kuninori Morimoto | 03849405 | 2009-12-14 13:22:00 +0900 | [diff] [blame] | 57 | config SND_FSI_DA7210 |
Kuninori Morimoto | 715ce57 | 2010-09-10 10:34:32 +0900 | [diff] [blame] | 58 | tristate "FSI-DA7210 sound support" |
Kuninori Morimoto | 722bc28 | 2010-12-20 10:03:13 +0900 | [diff] [blame] | 59 | depends on SND_SOC_SH4_FSI && I2C |
Kuninori Morimoto | 03849405 | 2009-12-14 13:22:00 +0900 | [diff] [blame] | 60 | select SND_SOC_DA7210 |
| 61 | help |
| 62 | This option enables generic sound support for the |
| 63 | FSI - DA7210 unit |
| 64 | |
Kuninori Morimoto | 41a686e | 2010-08-31 14:46:53 +0900 | [diff] [blame] | 65 | config SND_FSI_HDMI |
Kuninori Morimoto | 715ce57 | 2010-09-10 10:34:32 +0900 | [diff] [blame] | 66 | tristate "FSI-HDMI sound support" |
Kuninori Morimoto | 41a686e | 2010-08-31 14:46:53 +0900 | [diff] [blame] | 67 | depends on SND_SOC_SH4_FSI && FB_SH_MOBILE_HDMI |
| 68 | help |
| 69 | This option enables generic sound support for the |
| 70 | FSI - HDMI unit |
| 71 | |
Guennadi Liakhovetski | 9f5b64b | 2010-01-27 12:15:00 +0100 | [diff] [blame] | 72 | config SND_SIU_MIGOR |
| 73 | tristate "SIU sound support on Migo-R" |
| 74 | depends on SH_MIGOR |
| 75 | select SND_SOC_SH4_SIU |
| 76 | select SND_SOC_WM8978 |
| 77 | help |
| 78 | This option enables sound support for the SH7722 Migo-R board |
| 79 | |
Manuel Lauss | aef3b06 | 2007-05-14 18:40:07 +0200 | [diff] [blame] | 80 | endmenu |