From: Michal Marek <mmarek@suse.cz>
To: Jean Delvare <khali@linux-fr.org>
Cc: linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] i2c: Fix Kconfig dependencies
Date: Tue, 5 Oct 2010 00:30:20 +0200 [thread overview]
Message-ID: <20101004223020.GA14702@sepie.suse.cz> (raw)
In-Reply-To: <20101004180346.59b10af7@endymion.delvare>
(Sorry, I missed the patch in your message before)
On Mon, Oct 04, 2010 at 06:03:46PM +0200, Jean Delvare wrote:
> On Mon, 4 Oct 2010 15:31:33 +0200, Michal Marek wrote:
> [...] selects I2C_ALGOBIT which has unmet direct dependencies (I2C && !I2C_HELPER_AUTO)
> > [...]
>
> This message is obscure. The actual problem is that I2C_ALGOBIT is
> selected but doesn't exist, isn't it?.
I2C_ALGOBIT does exist, but depends on a false value if I2C_HELPER_AUTO
is set. Yes, in this case it does not matter, there won't be any
unresolved symbols during link, but Kconfig has no way to find out what
are hard dependencies and what are tricks to improve the user
experience.
> I would prefer the fix below, which seems to work for me (but I am no
> Kconfig expert) and preserves the submenu for algo drivers. Only the
> indentation is missing, would be nice to solve.
>
> ---
> drivers/i2c/Kconfig | 3 ++-
> drivers/i2c/algos/Kconfig | 15 ++++++++++++---
> 2 files changed, 14 insertions(+), 4 deletions(-)
>
> --- linux-2.6.36-rc6.orig/drivers/i2c/algos/Kconfig 2010-08-02 00:11:14.000000000 +0200
> +++ linux-2.6.36-rc6/drivers/i2c/algos/Kconfig 2010-10-04 17:33:10.000000000 +0200
> @@ -2,16 +2,25 @@
> # I2C algorithm drivers configuration
> #
>
> +config I2C_ALGOBIT
> + tristate
> +
> +config I2C_ALGOPCF
> + tristate
> +
> +config I2C_ALGOPCA
> + tristate
> +
> menu "I2C Algorithms"
> depends on !I2C_HELPER_AUTO
>
> config I2C_ALGOBIT
> - tristate "I2C bit-banging interfaces"
> + prompt "I2C bit-banging interfaces"
>
> config I2C_ALGOPCF
> - tristate "I2C PCF 8584 interfaces"
> + prompt "I2C PCF 8584 interfaces"
>
> config I2C_ALGOPCA
> - tristate "I2C PCA 9564 interfaces"
> + prompt "I2C PCA 9564 interfaces"
>
> endmenu
Unfortunatelly, this fix does not help. Symbol properties are merged
together, so this just first defines three tristate symbols and later
makes them depend on !I2C_HELPER_AUTO :-(.
Michal
next prev parent reply other threads:[~2010-10-04 22:30 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-04 13:31 [PATCH] i2c: Fix Kconfig dependencies Michal Marek
2010-10-04 16:03 ` Jean Delvare
2010-10-04 22:01 ` Michal Marek
2010-10-04 22:30 ` Michal Marek [this message]
2010-10-05 8:03 ` Jean Delvare
2010-10-05 15:56 ` Michal Marek
2010-10-07 13:24 ` Jean Delvare
2010-10-07 13:37 ` Michal Marek
2010-10-07 13:48 ` Jean Delvare
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=20101004223020.GA14702@sepie.suse.cz \
--to=mmarek@suse.cz \
--cc=khali@linux-fr.org \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox