diff options
author | Kuninori Morimoto <morimoto.kuninori@renesas.com> | 2009-12-13 23:22:00 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-12-16 12:31:05 -0500 |
commit | 038494059f795849012a96adba2ab73e65b94ba5 (patch) | |
tree | e3d65e8ce655c15367317d19857316acc4dd1489 /sound/soc/sh/Kconfig | |
parent | 98615454f66175e923f239ab1d1bd85cd618363e (diff) |
ASoC: Add FSI-DA7210 sound support for SuperH
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
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 9e6976586554..8072a6d1c4db 100644 --- a/sound/soc/sh/Kconfig +++ b/sound/soc/sh/Kconfig | |||
@@ -47,4 +47,12 @@ config SND_FSI_AK4642 | |||
47 | This option enables generic sound support for the | 47 | This option enables generic sound support for the |
48 | FSI - AK4642 unit | 48 | FSI - AK4642 unit |
49 | 49 | ||
50 | config SND_FSI_DA7210 | ||
51 | bool "FSI-DA7210 sound support" | ||
52 | depends on SND_SOC_SH4_FSI | ||
53 | select SND_SOC_DA7210 | ||
54 | help | ||
55 | This option enables generic sound support for the | ||
56 | FSI - DA7210 unit | ||
57 | |||
50 | endmenu | 58 | endmenu |