Re: [PATCH][RESEND] [1b/5+1] menu -> menuconfig part 1

From: Bodo Eggert
Date: Fri Jul 22 2005 - 04:39:42 EST


On Thu, 21 Jul 2005, randy_dunlap wrote:
> On Sun, 17 Jul 2005 19:03:09 +0200 (CEST) Bodo Eggert wrote:
> > On Sun, 17 Jul 2005, Bodo Eggert wrote:
> > > On Sun, 17 Jul 2005, Bodo Eggert wrote:
> >
> > > > These patches change some menus into menuconfig options.
> > > >
> > > > Reworked to apply to linux-2.6.13-rc3-git3
> > >
> > > Mostly robotic works.
> >
> > Fixup: unbreak i2c menu
>
> Hi Bodo,
>
> Was there supposed to be a patch here?
> I do see that the I2C menu is broken...

There should be an incremental fix for _my_ patch, where I missed one
"depend" and thereby caused the menu to break apart.

Sorry if I wasn't clear enough.

Here it is:


drivers/i2c/chips/Kconfig | 1 +
1 files changed, 1 insertion(+)

Signed-Off-By: Bodo Eggert <7eggert@xxxxxx>

--- a/drivers/i2c/chips/Kconfig~ 2005-07-17 18:54:16.000000000 +0200
+++ b/drivers/i2c/chips/Kconfig 2005-07-17 18:54:16.000000000 +0200
@@ -4,6 +4,7 @@

config I2C_SENSOR
tristate
+ depends on I2C
default n

menu "Miscellaneous I2C Chip support"
--
Everything always works in your HQ, everything always fails in the colonel's
HQ.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/