All of lore.kernel.org
 help / color / mirror / Atom feed
* [parisc-linux] configuration problems with cvs from 20001216 15:40 CET
@ 2000-12-17 10:51 Karsten Merker
  2000-12-17 20:20 ` Helge Deller
  0 siblings, 1 reply; 8+ messages in thread
From: Karsten Merker @ 2000-12-17 10:51 UTC (permalink / raw)
  To: parisc-linux

Hallo everybody,

I experience a problem with the kernel cvs checkout from dec 16, 15:40
CET. I am trying to build a kernel with support for STICON, but for some
reason CONFIG_FBCON_STI does not get set when doing a "make menuconfig",
although it should get set.

I chose 

"Character Devices -> Support for console on virtual terminal"
"Console Drivers -> Frame-buffer support -> Generic STI frame buffer
                                            device support"
"Console Drivers -> STI console"

This results in a .config containing

CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_FB_STI=y
CONFIG_STI_CONSOLE=y

but CONFIG_FBCON_STI, which is needed to get drivers/video/fbcon-sti.c
compiled and linked, ist not declared, although this should be done by
drivers/video/Config.in which contains the following code:

      if [ "$CONFIG_FB_STI" = "y" ]; then
         define_tristate CONFIG_FBCON_STI y
      fi

$CONFIG_FB_STI is set to "y" as can be seen in .config, nonetheless
CONFIG_FBCON_STI is not declared. I have been looking for the reason for
this behaviour, but have not found a solution. Probably I am missing
something dead simple, does anybody have an idea?

Greetings,
Karsten
-- 
#include <standard_disclaimer>
Nach Paragraph 28 Abs. 3 Bundesdatenschutzgesetz widerspreche ich der
Nutzung oder Uebermittlung meiner Daten fuer Werbezwecke oder fuer die
Markt- oder Meinungsforschung.

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

end of thread, other threads:[~2000-12-22 23:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-12-17 10:51 [parisc-linux] configuration problems with cvs from 20001216 15:40 CET Karsten Merker
2000-12-17 20:20 ` Helge Deller
2000-12-18 22:03   ` Karsten Merker
2000-12-20  0:00     ` Helge Deller
2000-12-21 22:39       ` Karsten Merker
2000-12-22 13:30         ` Matthew Wilcox
2000-12-22 16:01           ` Alex deVries
2000-12-22 23:10             ` Matthew Wilcox

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.