linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* kernel configuration problem
@ 1999-12-09 13:38 Ralf HECKHAUSEN
  1999-12-09 18:20 ` Dan Malek
  0 siblings, 1 reply; 2+ messages in thread
From: Ralf HECKHAUSEN @ 1999-12-09 13:38 UTC (permalink / raw)
  To: linuxppc-embedded


I am using an MPC860 board with an c't69000 VGA controller on it. I would like to try out the kernel frame buffer driver for the c't65550 chip, as it should be quite compatible to ours. 
When I select the frame buffer option, I get an unresolved reference error (video_setup) in main.o. The only thing to get arround this is to chose the Virtual Terminal option. But then I get an unresolved reference error (request_irq) in pc_keyb.o. Im am using the kernel 2.2.5. Isn't there a way just to use the frambuffer without console and keyboard?

Thanks,
Ralf


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

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

* Re: kernel configuration problem
  1999-12-09 13:38 kernel configuration problem Ralf HECKHAUSEN
@ 1999-12-09 18:20 ` Dan Malek
  0 siblings, 0 replies; 2+ messages in thread
From: Dan Malek @ 1999-12-09 18:20 UTC (permalink / raw)
  To: Ralf HECKHAUSEN; +Cc: linuxppc-embedded


Ralf HECKHAUSEN wrote:


> When I select the frame buffer option, I get an unresolved reference error (video_setup) in main.o. The only thing to get arround this is to chose the Virtual Terminal option. But then I get an unresolved reference error (request_irq) in pc_keyb.o. Im am using the kernel 2.2.5. Isn't there a way just to use the frambuffer without console and keyboard?

No....You have to include lots of this stuff, and then go into
the initialization files and make sure the initialization functions
for things like the keyboard are not called.  Not very embedded
friendly and something that needs attention.


	-- Dan

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

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

end of thread, other threads:[~1999-12-09 18:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-12-09 13:38 kernel configuration problem Ralf HECKHAUSEN
1999-12-09 18:20 ` Dan Malek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).