diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-09-01 13:46:57 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-09-04 04:34:18 -0400 |
commit | 7f9e9d761486e969af553bc352598c348ae7e51e (patch) | |
tree | 7ba27653a10d5e8c8a65ccd576d59b7eccbc7ba8 /sound/soc/codecs | |
parent | c86a456b25695974ddba9833ab8e4f853bcdd995 (diff) |
ALSA: ASoC: Make all codecs depend on rather than selecting I2C
The I2C layer uses I/O operations that aren't available on all
architectures and since select bypasses Kconfig dependency checking
selecting I2C breaks builds like allmodconfig on some architectures.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r-- | sound/soc/codecs/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 5d77dc3e6bf3..13ae4fd2d179 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -1,6 +1,6 @@ | |||
1 | config SND_SOC_ALL_CODECS | 1 | config SND_SOC_ALL_CODECS |
2 | tristate "Build all ASoC CODEC drivers" | 2 | tristate "Build all ASoC CODEC drivers" |
3 | select I2C | 3 | depends on I2C |
4 | select SPI | 4 | select SPI |
5 | select SND_SOC_AK4535 | 5 | select SND_SOC_AK4535 |
6 | select SND_SOC_UDA1380 | 6 | select SND_SOC_UDA1380 |