diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-03-08 19:52:17 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-03-08 19:52:17 -0400 |
commit | f271fa28fbaf947d9c79f188dd149176da727dd5 (patch) | |
tree | fb27fc99d209287777f02dd6d74a7d74461fa17a /sound/soc | |
parent | 26bd7b496cabc232fcff9ae0249828420c52b5af (diff) |
ASoC: Fix Kconfig dependency of CONFIG_SND_S3C24XX_SOC_JIVE_WM8750
Remove a non-existing Kconfig CONFIG_SND_SOC_WM8750_SPI.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/s3c24xx/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/s3c24xx/Kconfig b/sound/soc/s3c24xx/Kconfig index 78d01ff487cf..2f3a21eee051 100644 --- a/sound/soc/s3c24xx/Kconfig +++ b/sound/soc/s3c24xx/Kconfig | |||
@@ -42,7 +42,6 @@ config SND_S3C24XX_SOC_JIVE_WM8750 | |||
42 | tristate "SoC I2S Audio support for Jive" | 42 | tristate "SoC I2S Audio support for Jive" |
43 | depends on SND_S3C24XX_SOC && MACH_JIVE | 43 | depends on SND_S3C24XX_SOC && MACH_JIVE |
44 | select SND_SOC_WM8750 | 44 | select SND_SOC_WM8750 |
45 | select SND_SOC_WM8750_SPI | ||
46 | select SND_S3C2412_SOC_I2S | 45 | select SND_S3C2412_SOC_I2S |
47 | help | 46 | help |
48 | Sat Y if you want to add support for SoC audio on the Jive. | 47 | Sat Y if you want to add support for SoC audio on the Jive. |