diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2012-04-09 06:20:08 +0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-04-13 12:29:28 +0200 |
commit | cd04461e2f491c81d30fb3b234cf43db3f098103 (patch) | |
tree | 12d0fa388c8439065be9c9080dc7f4b799d4f7d2 /sound/soc | |
parent | ASoC: sh: fsi: use simple-card instead of fsi-da7210 (diff) | |
download | linux-cd04461e2f491c81d30fb3b234cf43db3f098103.tar.xz linux-cd04461e2f491c81d30fb3b234cf43db3f098103.zip |
ASoC: sh: fsi: select simple-card on Kconfig
Current SuperH FSI require simple-card driver as sound card.
This patch select it on Kconfig when FSI was selected.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/sh/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/sh/Kconfig b/sound/soc/sh/Kconfig index c9fdf63e7156..6bcb1164d599 100644 --- a/sound/soc/sh/Kconfig +++ b/sound/soc/sh/Kconfig @@ -22,6 +22,7 @@ config SND_SOC_SH4_SSI config SND_SOC_SH4_FSI tristate "SH4 FSI support" + select SND_SIMPLE_CARD help This option enables FSI sound support |