From: Mark Brown <broonie@opensource.wolfsonmicro.com>
To: Takashi Iwai <tiwai@suse.de>
Cc: alsa-devel@alsa-project.org,
Mark Brown <broonie@opensource.wolfsonmicro.com>
Subject: [PATCH 1/8] ASoC: Make all codecs depend on rather than selecting I2C
Date: Mon, 1 Sep 2008 18:46:57 +0100 [thread overview]
Message-ID: <1220291224-11269-1-git-send-email-broonie@opensource.wolfsonmicro.com> (raw)
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>
---
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 5d77dc3..13ae4fd 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -1,6 +1,6 @@
config SND_SOC_ALL_CODECS
tristate "Build all ASoC CODEC drivers"
- select I2C
+ depends on I2C
select SPI
select SND_SOC_AK4535
select SND_SOC_UDA1380
--
1.5.6.5
next reply other threads:[~2008-09-01 17:47 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-01 17:46 Mark Brown [this message]
2008-09-01 17:46 ` [PATCH 2/8] ASoC: Convert uda1380 to a new-style i2c driver Mark Brown
2008-09-01 17:46 ` [PATCH 3/8] ASoC: Convert ak4535 " Mark Brown
2008-09-01 17:47 ` [PATCH 4/8] ASoC: Convert wm8750 " Mark Brown
2008-09-01 17:47 ` [PATCH 5/8] ASoC: Convert wm8731 " Mark Brown
2008-09-01 17:47 ` [PATCH 6/8] ASoC: Convert wm8990 " Mark Brown
2008-09-01 17:47 ` [PATCH 7/8] ASoC: Add SPI support for WM8731 Mark Brown
2008-09-01 17:47 ` [PATCH 8/8] ASoC: Don't suggest compile time selection of codec access Mark Brown
2008-09-03 16:01 ` [PATCH 7/8] ASoC: Add SPI support for WM8731 Alan Horstmann
2008-09-03 16:01 ` Mark Brown
2008-09-04 1:46 ` Bryan Wu
2008-09-04 10:48 ` Alan Horstmann
2008-09-08 13:52 ` Mark Brown
2008-09-08 20:27 ` Alan Horstmann
2008-09-08 20:51 ` Mark Brown
2008-09-09 8:45 ` Alan Horstmann
2008-09-09 9:03 ` Liam Girdwood
2008-09-09 9:35 ` Mark Brown
2008-09-09 9:46 ` Liam Girdwood
2008-09-09 9:55 ` Mark Brown
2008-09-02 9:28 ` [PATCH 1/8] ASoC: Make all codecs depend on rather than selecting I2C Takashi Iwai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1220291224-11269-1-git-send-email-broonie@opensource.wolfsonmicro.com \
--to=broonie@opensource.wolfsonmicro.com \
--cc=alsa-devel@alsa-project.org \
--cc=tiwai@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.