diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2012-04-08 21:19:25 -0700 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-04-13 11:29:27 +0100 |
commit | 064bfada66779d95686cacdcbb17551e2c0bf66b (patch) | |
tree | dea8cac60e6f988846d158569f4e61aa2f7536fd /sound/soc/sh/Kconfig | |
parent | fa063b48046c1f30cb06898559bb34935ade74e1 (diff) | |
download | linux-next-064bfada66779d95686cacdcbb17551e2c0bf66b.tar.gz |
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 This option enables generic sound support for the first AC97 unit of the SH7760. -config SND_FSI_DA7210 - tristate "FSI-DA7210 sound support" - depends on SND_SOC_SH4_FSI && I2C - select SND_SOC_DA7210 - help - This option enables generic sound support for the - FSI - DA7210 unit - config SND_SIU_MIGOR tristate "SIU sound support on Migo-R" depends on SH_MIGOR |