ASoC: sh: fsi: modify improper dependent
FSI-AK4642 and FSI-DA7210 are depend on I2C, not I2C_SH_MOBILE 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>
This commit is contained in:
parent
68d44ee0bc
commit
722bc28384
1 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ config SND_SH7760_AC97
|
|||
|
||||
config SND_FSI_AK4642
|
||||
tristate "FSI-AK4642 sound support"
|
||||
depends on SND_SOC_SH4_FSI && I2C_SH_MOBILE
|
||||
depends on SND_SOC_SH4_FSI && I2C
|
||||
select SND_SOC_AK4642
|
||||
help
|
||||
This option enables generic sound support for the
|
||||
|
@ -56,7 +56,7 @@ config SND_FSI_AK4642
|
|||
|
||||
config SND_FSI_DA7210
|
||||
tristate "FSI-DA7210 sound support"
|
||||
depends on SND_SOC_SH4_FSI && I2C_SH_MOBILE
|
||||
depends on SND_SOC_SH4_FSI && I2C
|
||||
select SND_SOC_DA7210
|
||||
help
|
||||
This option enables generic sound support for the
|
||||
|
|
Loading…
Reference in a new issue