diff options
author | Kuninori Morimoto <morimoto.kuninori@renesas.com> | 2009-08-20 20:42:59 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-08-21 06:02:03 -0400 |
commit | b8e583f6012d618fb93bb38a302b63c3c6d2bfbc (patch) | |
tree | b766926ab822d02441d1ed77033896945e02d35b /sound/soc/sh/Kconfig | |
parent | a3a83d9a7cb0ce3b1d100060d5ad777e7480b4f2 (diff) |
ASoC: Add FSI-AK4642 sound support for SuperH
This patch is tested by ms7724se
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/sh/Kconfig')
-rw-r--r-- | sound/soc/sh/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/soc/sh/Kconfig b/sound/soc/sh/Kconfig index 01943a188cff..9154b4363db3 100644 --- a/sound/soc/sh/Kconfig +++ b/sound/soc/sh/Kconfig | |||
@@ -40,4 +40,12 @@ config SND_SH7760_AC97 | |||
40 | This option enables generic sound support for the first | 40 | This option enables generic sound support for the first |
41 | AC97 unit of the SH7760. | 41 | AC97 unit of the SH7760. |
42 | 42 | ||
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 | ||
50 | |||
43 | endmenu | 51 | endmenu |