ASoC: Fix build dependency for SND_SOC_JZ4740_CODEC
authorAxel Lin <axel.lin@gmail.com>
Tue, 6 Dec 2011 07:38:51 +0000 (15:38 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 6 Dec 2011 11:01:20 +0000 (11:01 +0000)
Currently SND_SOC_JZ4740_CODEC depends on SOC_JZ4740 but SOC_JZ4740 is not
defined in any Kconfig. Thus the codec driver will not be built when select
"Build all ASoC CODEC drivers".
(Unless it is selected by SND_JZ4740_SOC_QI_LB60).
Remove the dependency with SOC_JZ4740, then this code driver can be built when
select "Build all ASoC CODEC drivers".

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found