diff options
author | Kuninori Morimoto <morimoto.kuninori@renesas.com> | 2010-03-25 19:15:53 +0900 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-03-26 11:17:45 +0000 |
commit | cc780d380a004b58c139570b037d0e3b897bb2be (patch) | |
tree | c03cc0911f99e3232899c2920d52a0ed4e044635 /sound/soc/sh/Kconfig | |
parent | 4a942b457ee239eab04db8dd4d4c12ef6dc4a152 (diff) | |
download | op-kernel-dev-cc780d380a004b58c139570b037d0e3b897bb2be.zip op-kernel-dev-cc780d380a004b58c139570b037d0e3b897bb2be.tar.gz |
ASoC: fsi: Add FSI2 device support
ARM-SHMOBILE series have FIFO-buffered serial interface 2 (FSI2)
device which is advanced version of FSI.
This patch add simple support for it.
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 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/soc/sh/Kconfig b/sound/soc/sh/Kconfig index f07f6d8..a1d14bc 100644 --- a/sound/soc/sh/Kconfig +++ b/sound/soc/sh/Kconfig @@ -1,5 +1,5 @@ menu "SoC Audio support for SuperH" - depends on SUPERH + depends on SUPERH || ARCH_SHMOBILE config SND_SOC_PCM_SH7760 tristate "SoC Audio support for Renesas SH7760" @@ -22,7 +22,6 @@ config SND_SOC_SH4_SSI config SND_SOC_SH4_FSI tristate "SH4 FSI support" - depends on CPU_SUBTYPE_SH7724 help This option enables FSI sound support |