diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2012-04-09 00:19:25 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-04-13 06:29:27 -0400 |
commit | 064bfada66779d95686cacdcbb17551e2c0bf66b (patch) | |
tree | dea8cac60e6f988846d158569f4e61aa2f7536fd /sound/soc/sh/Kconfig | |
parent | fa063b48046c1f30cb06898559bb34935ade74e1 (diff) |
ASoC: sh: fsi: use simple-card instead of fsi-da7210
This patch uses simple-card driver instead of fsi-da7210 on each board.
To select DA7210 driver, each boards select it on Kconfig.
This patch removes fsi-da7210 driver which is no longer needed
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@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, 0 insertions, 8 deletions
diff --git a/sound/soc/sh/Kconfig b/sound/soc/sh/Kconfig index 9ef49c89a001..c9fdf63e7156 100644 --- a/sound/soc/sh/Kconfig +++ b/sound/soc/sh/Kconfig | |||
@@ -46,14 +46,6 @@ config SND_SH7760_AC97 | |||
46 | This option enables generic sound support for the first | 46 | This option enables generic sound support for the first |
47 | AC97 unit of the SH7760. | 47 | AC97 unit of the SH7760. |
48 | 48 | ||
49 | config SND_FSI_DA7210 | ||
50 | tristate "FSI-DA7210 sound support" | ||
51 | depends on SND_SOC_SH4_FSI && I2C | ||
52 | select SND_SOC_DA7210 | ||
53 | help | ||
54 | This option enables generic sound support for the | ||
55 | FSI - DA7210 unit | ||
56 | |||
57 | config SND_SIU_MIGOR | 49 | config SND_SIU_MIGOR |
58 | tristate "SIU sound support on Migo-R" | 50 | tristate "SIU sound support on Migo-R" |
59 | depends on SH_MIGOR | 51 | depends on SH_MIGOR |