Re: [git patches] 2.6.x net driver updates
From: Randy.Dunlap <hidden>
Date: 2006-01-14 05:05:39
Also in:
lkml
From: Randy.Dunlap <hidden>
Date: 2006-01-14 05:05:39
Also in:
lkml
On Sat, 14 Jan 2006 03:29:49 +0100 Adrian Bunk wrote:
On Fri, Jan 13, 2006 at 08:28:13PM +0100, Sam Ravnborg wrote:quoted
On Fri, Jan 13, 2006 at 08:23:16PM +0100, Jens Axboe wrote:quoted
'select' is really cool as a concept, but when you can't figure out why you cannot disable CONFIG_FOO because CONFIG_BAR selects it it's really annoying. Would be nice to actually be able to see if another option has selected this option.In menuconfig: Typing '?' on CONFIG_HOTPLUG revealed: Selected by: PCCARD || HOTPLUG_PCI && PCI && EXPERIMENTAL || FW_LOADER ...Is there any trick to see them all when they are longer than the line in the terminal (e.g. what selects FW_LOADER?)?
Use the right/left arrow keys to scroll horizontally. --- ~Randy