aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/blackfin
diff options
context:
space:
mode:
authorMike Frysinger <vapier.adi@gmail.com>2008-11-18 03:18:15 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2008-11-18 06:40:18 -0500
commita11311d71d59145d920c19c0a4eed3fa7e26d222 (patch)
tree2b959afaf9c2386a2e3ed3479ee776552226f364 /sound/soc/blackfin
parentcb6e2063697e91ca6983f9fe6958d20469b43641 (diff)
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>
Diffstat (limited to 'sound/soc/blackfin')
-rw-r--r--sound/soc/blackfin/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/blackfin/Kconfig b/sound/soc/blackfin/Kconfig
index dc006206f622..3fce18788b77 100644
--- a/sound/soc/blackfin/Kconfig
+++ b/sound/soc/blackfin/Kconfig
@@ -80,7 +80,7 @@ config SND_BF5XX_SPORT_NUM
80 int "Set a SPORT for Sound chip" 80 int "Set a SPORT for Sound chip"
81 depends on (SND_BF5XX_I2S || SND_BF5XX_AC97) 81 depends on (SND_BF5XX_I2S || SND_BF5XX_AC97)
82 range 0 3 if BF54x 82 range 0 3 if BF54x
83 range 0 1 if (BF53x || BF561) 83 range 0 1 if !BF54x
84 default 0 84 default 0
85 help 85 help
86 Set the correct SPORT for sound chip. 86 Set the correct SPORT for sound chip.