mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
ASoC: Blackfin: updates Kconfig for SPORT
tweak SPORT range for non-BF54x so we get proper behavior for BF52x parts Signed-off-by: Mike Frysinger <vapier.adi@gmail.com> Signed-off-by: Bryan Wu <cooloney@kernel.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
cb6e206369
commit
a11311d71d
@ -80,7 +80,7 @@ config SND_BF5XX_SPORT_NUM
|
|||||||
int "Set a SPORT for Sound chip"
|
int "Set a SPORT for Sound chip"
|
||||||
depends on (SND_BF5XX_I2S || SND_BF5XX_AC97)
|
depends on (SND_BF5XX_I2S || SND_BF5XX_AC97)
|
||||||
range 0 3 if BF54x
|
range 0 3 if BF54x
|
||||||
range 0 1 if (BF53x || BF561)
|
range 0 1 if !BF54x
|
||||||
default 0
|
default 0
|
||||||
help
|
help
|
||||||
Set the correct SPORT for sound chip.
|
Set the correct SPORT for sound chip.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user