From: <mi...@pr...> - 2004-01-30 22:54:37
|
Update of /cvsroot/gc-linux/linux/arch/ppc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13104/arch/ppc Modified Files: Kconfig Log Message: framebuffer code now functional. thanks to tmbinc and PhREAksTe. still greenish though. tmbinc's console driver is now a compile time option. better don't compile both the console driver and the framebuffer driver in, or else both will continuously scroll the screen... Index: Kconfig =================================================================== RCS file: /cvsroot/gc-linux/linux/arch/ppc/Kconfig,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- Kconfig 23 Jan 2004 03:26:19 -0000 1.1.1.1 +++ Kconfig 29 Jan 2004 01:02:35 -0000 1.2 @@ -689,6 +689,12 @@ depends on SMP default "4" +config GAMECUBE_CONSOLE + bool "GameCube Minimal Screen Console" + depends on GAMECUBE + ---help--- + ... + config PREEMPT bool "Preemptible Kernel" depends on !SMP |