Re: m68k Kconfig undefined symbol in 2.6.23.

2007-10-11 Thread Robert P. J. Day
On Wed, 10 Oct 2007, Rob Landley wrote: > The m68k Kconfig tries to select a symbol (APM_EMULATION) that doesn't exist. > > I did this to fix it, without really understanding the larger problem. (Did > APM go away?) Just FYI... > > Rob > > diff -r 79f0ea1e0e70 drivers/macintosh/Kconfig > --- a/d

Re: m68k Kconfig undefined symbol in 2.6.23.

2007-10-11 Thread Geert Uytterhoeven
On Wed, 10 Oct 2007, Rob Landley wrote: > The m68k Kconfig tries to select a symbol (APM_EMULATION) that doesn't exist. > > I did this to fix it, without really understanding the larger problem. (Did > APM go away?) Just FYI... > > Rob > > diff -r 79f0ea1e0e70 drivers/macintosh/Kconfig > ---

m68k Kconfig undefined symbol in 2.6.23.

2007-10-10 Thread Rob Landley
The m68k Kconfig tries to select a symbol (APM_EMULATION) that doesn't exist. I did this to fix it, without really understanding the larger problem. (Did APM go away?) Just FYI... Rob diff -r 79f0ea1e0e70 drivers/macintosh/Kconfig --- a/drivers/macintosh/Kconfig Tue Oct 09 21:00:40 2007 +