All of lore.kernel.org
 help / color / mirror / Atom feed
* Kconfig variable "COBALT" is not defined anywhere
@ 2007-06-03 17:17 Robert P. J. Day
  2007-06-03 20:23 ` Randy Dunlap
  0 siblings, 1 reply; 9+ messages in thread
From: Robert P. J. Day @ 2007-06-03 17:17 UTC (permalink / raw)
  To: Linux Kernel Mailing List


  (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 <linux/cobalt-nvram.h>
#    define MACH COBALT
#  else
#    define MACH PC
#  endif

never evaluates to true, therefore making <linux/cobalt-nvram.h>
fairly useless, at least under the circumstances.

rday

-- 
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry
Waterloo, Ontario, CANADA

http://fsdev.net/wiki/index.php?title=Main_Page
========================================================================

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2007-06-04  3:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-03 17:17 Kconfig variable "COBALT" is not defined anywhere Robert P. J. Day
2007-06-03 20:23 ` Randy Dunlap
2007-06-03 20:31   ` Robert P. J. Day
2007-06-03 20:45     ` Roland Dreier
2007-06-03 21:08       ` Tim Hockin
2007-06-03 21:15         ` Robert P. J. Day
2007-06-03 21:38           ` Tim Hockin
2007-06-03 21:50             ` Robert P. J. Day
2007-06-04  3:15               ` Tim Hockin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.