Re: Kconfig variable "COBALT" is not defined anywhere

2007-06-03 Thread Tim Hockin
That sounds correct. On 6/3/07, Robert P. J. Day <[EMAIL PROTECTED]> wrote: On Sun, 3 Jun 2007, Tim Hockin wrote: > I think the nvram is the only place left that uses CONFIG_COBALT sure, but once you remove this snippet near the top of drivers/char/nvram.c: ... # if defined(CONFIG_COBALT) #

Re: Kconfig variable "COBALT" is not defined anywhere

2007-06-03 Thread Robert P. J. Day
On Sun, 3 Jun 2007, Tim Hockin wrote: > I think the nvram is the only place left that uses CONFIG_COBALT sure, but once you remove this snippet near the top of drivers/char/nvram.c: ... # if defined(CONFIG_COBALT) #include #define MACH COBALT # else #define MACH PC # endif ... t

Re: Kconfig variable "COBALT" is not defined anywhere

2007-06-03 Thread Tim Hockin
I think the nvram is the only place left that uses CONFIG_COBALT On 6/3/07, Robert P. J. Day <[EMAIL PROTECTED]> wrote: On Sun, 3 Jun 2007, Tim Hockin wrote: > There were other patches which added more COBALT support, but they > were dropped or lost or whatever. > > I would not balk at having t

Re: Kconfig variable "COBALT" is not defined anywhere

2007-06-03 Thread Robert P. J. Day
On Sun, 3 Jun 2007, Tim Hockin wrote: > There were other patches which added more COBALT support, but they > were dropped or lost or whatever. > > I would not balk at having that code yanked. I never got around to > doing proper Cobalt support for modern kernels. :( > > On 6/3/07, Roland Dreier <

Re: Kconfig variable "COBALT" is not defined anywhere

2007-06-03 Thread Tim Hockin
There were other patches which added more COBALT support, but they were dropped or lost or whatever. I would not balk at having that code yanked. I never got around to doing proper Cobalt support for modern kernels. :( On 6/3/07, Roland Dreier <[EMAIL PROTECTED]> wrote: > > > there is no Kc

Re: Kconfig variable "COBALT" is not defined anywhere

2007-06-03 Thread Roland Dreier
> > > there is no Kconfig file which defines the selectable option > > > "COBALT", which means that this snippet from drivers/char/nvram.c: > > > > > > # if defined(CONFIG_COBALT) > > > #include > > > #define MACH COBALT > > > # else > > > #define MACH PC > > > # endif >

Re: Kconfig variable "COBALT" is not defined anywhere

2007-06-03 Thread Robert P. J. Day
On Sun, 3 Jun 2007, Randy Dunlap wrote: > On Sun, 3 Jun 2007 13:17:48 -0400 (EDT) Robert P. J. Day wrote: > > > > > (no one's listed as the official cobalt maintainer so i thought i'd > > just throw this out there.) > > > > there is no Kconfig file which defines the selectable option > > "COBA

Re: Kconfig variable "COBALT" is not defined anywhere

2007-06-03 Thread Randy Dunlap
On Sun, 3 Jun 2007 13:17:48 -0400 (EDT) Robert P. J. Day wrote: > > (no one's listed as the official cobalt maintainer so i thought i'd > just throw this out there.) > > there is no Kconfig file which defines the selectable option > "COBALT", which means that this snippet from drivers/char/n

Kconfig variable "COBALT" is not defined anywhere

2007-06-03 Thread Robert P. J. Day
(no one's listed as the official cobalt maintainer so i thought i'd just throw this out there.) there is no Kconfig file which defines the selectable option "COBALT", which means that this snippet from drivers/char/nvram.c: # if defined(CONFIG_COBALT) #include #define MACH COBALT #