--- kernel_backup/drivers/video/Config.in 2005-10-04 09:45:39.000000000 +0200 +++ kernel/drivers/video/Config.in 2006-04-25 14:26:42.000000000 +0200 @@ -11,6 +11,16 @@ define_bool CONFIG_DUMMY_CONSOLE y bool ' Silicon Motion VOYAGER support (on TQM5200)' CONFIG_FB_VOYAGER bool ' Fujitsu CoralP support' CONFIG_FB_MB86290 + if [ "$CONFIG_FB_MB86290" = "y" ]; then + choice 'Bits per pixel' \ + "8 CONFIG_MB86290FB_8BPP \ + 16 CONFIG_MB86290FB_16BPP" 16 + if [ "$CONFIG_INKA4X0" = "n" ]; then + choice 'Screen resolution' \ + "1024x768 CONFIG_MB86290FB_RES_1024x768 \ + 640x480 CONFIG_MB86290FB_RES_640x480" 1024x768 + fi + fi if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then if [ "$CONFIG_PCI" = "y" ]; then tristate ' nVidia Riva support (EXPERIMENTAL)' CONFIG_FB_RIVA --- kernel_backup/drivers/video/mb86290/mb86290fb.c 2005-10-04 09:45:40.000000000 +0200 +++ kernel/drivers/video/mb86290/mb86290fb.c 2006-04-24 17:22:43.000000000 +0200 @@ -20,6 +20,7 @@ #include #include