ASoC: fsi codecs: modify menu attribute on Kconfig
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 10 Sep 2010 01:34:32 +0000 (10:34 +0900)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 10 Sep 2010 11:37:52 +0000 (12:37 +0100)
commit715ce576187c783bd166e298584d0e584869c42c
treeb37f6a4730cbf12bfdfed89bb3a3b9f1dfd4f02f
parentc570d529aff4b1242f2c7ba742c9738ac0050603
ASoC: fsi codecs: modify menu attribute on Kconfig

Current SND_FSI_xxx menu attributes were bool,
but it should be tristate.
This patch solve below report from Guennadi

"bool" means, if someone is linking the whole ASoC into the kernel, they
will not be able to build this as a module. Not a big deal, but you're
stealing some freedom from the user.

Reported-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/sh/Kconfig