Re: [2.6 patch] FW_LOADER should select HOTPLUG

2006-12-03 Thread Adrian Bunk
On Sun, Dec 03, 2006 at 01:24:01AM -0800, Andrew Morton wrote: > On Sun, 3 Dec 2006 09:15:52 +0100 > Adrian Bunk <[EMAIL PROTECTED]> wrote: > > > On Sun, Dec 03, 2006 at 12:58:24AM -0800, Andrew Morton wrote: > > > On Sun, 3 Dec 2006 08:16:37 +0100 > > > Adrian Bunk <[EMAIL PROTECTED]> wrote: > >

Re: [2.6 patch] FW_LOADER should select HOTPLUG

2006-12-03 Thread Andrew Morton
On Sun, 3 Dec 2006 09:15:52 +0100 Adrian Bunk <[EMAIL PROTECTED]> wrote: > On Sun, Dec 03, 2006 at 12:58:24AM -0800, Andrew Morton wrote: > > On Sun, 3 Dec 2006 08:16:37 +0100 > > Adrian Bunk <[EMAIL PROTECTED]> wrote: > > > > > Since FW_LOADER is an option that is always select'ed by the code us

Re: [2.6 patch] FW_LOADER should select HOTPLUG

2006-12-03 Thread Adrian Bunk
On Sun, Dec 03, 2006 at 12:58:24AM -0800, Andrew Morton wrote: > On Sun, 3 Dec 2006 08:16:37 +0100 > Adrian Bunk <[EMAIL PROTECTED]> wrote: > > > Since FW_LOADER is an option that is always select'ed by the code using > > it, it mustn't depend on HOTPLUG. > > > > It's only relevant in the EMBEDD

Re: [2.6 patch] FW_LOADER should select HOTPLUG

2006-12-03 Thread Andrew Morton
On Sun, 3 Dec 2006 08:16:37 +0100 Adrian Bunk <[EMAIL PROTECTED]> wrote: > Since FW_LOADER is an option that is always select'ed by the code using > it, it mustn't depend on HOTPLUG. > > It's only relevant in the EMBEDDED=y case, but this might have resulted > in illegal FW_LOADER=, HOTPLUG=n c

[2.6 patch] FW_LOADER should select HOTPLUG

2006-12-02 Thread Adrian Bunk
[ fixed patch below ] Since FW_LOADER is an option that is always select'ed by the code using it, it mustn't depend on HOTPLUG. It's only relevant in the EMBEDDED=y case, but this might have resulted in illegal FW_LOADER=, HOTPLUG=n configurations. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]

[2.6 patch] FW_LOADER should select HOTPLUG

2006-12-02 Thread Adrian Bunk
Since FW_LOADER is an option that is always select'ed by the code using it, it mustn't depend on HOTPLUG. It's only relevant in the EMBEDDED=y case, but this might have resulted in illegal FW_LOADER=, HOTPLUG=n configurations. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- linux-2.6.19-rc6