[kernel] r14398 - in dists/trunk/linux-2.6/debian: . config/armel

Martin Michlmayr tbm at alioth.debian.org
Sat Oct 17 15:59:07 UTC 2009


Author: tbm
Date: Sat Oct 17 15:59:05 2009
New Revision: 14398

Log:
[armel/orion5x, armel/kirkwood] Enable FB

Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/armel/config.kirkwood
   dists/trunk/linux-2.6/debian/config/armel/config.orion5x

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	Sat Oct 17 15:54:15 2009	(r14397)
+++ dists/trunk/linux-2.6/debian/changelog	Sat Oct 17 15:59:05 2009	(r14398)
@@ -6,6 +6,9 @@
 
   [ Martin Michlmayr ]
   * CPUidle: always return with interrupts enabled.
+  * [armel/orion5x, armel/kirkwood] Enable FB since some Kirkwood
+    machines have a VGA chip (e.g. OpenRD-Client) and because it's
+    possible to use a DisplayLink USB virtual graphics adapter.
 
  -- Ben Hutchings <ben at decadent.org.uk>  Tue, 13 Oct 2009 02:18:40 +0100
 

Modified: dists/trunk/linux-2.6/debian/config/armel/config.kirkwood
==============================================================================
--- dists/trunk/linux-2.6/debian/config/armel/config.kirkwood	Sat Oct 17 15:54:15 2009	(r14397)
+++ dists/trunk/linux-2.6/debian/config/armel/config.kirkwood	Sat Oct 17 15:59:05 2009	(r14398)
@@ -515,23 +515,7 @@
 ##
 ## file: drivers/video/Kconfig
 ##
-# CONFIG_VIDEO_OUTPUT_CONTROL is not set
-# CONFIG_FB is not set
-
-##
-## file: drivers/video/backlight/Kconfig
-##
-# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
-
-##
-## file: drivers/video/console/Kconfig
-##
-# CONFIG_VGA_CONSOLE is not set
-
-##
-## file: drivers/video/display/Kconfig
-##
-# CONFIG_DISPLAY_SUPPORT is not set
+CONFIG_FB=m
 
 ##
 ## file: drivers/watchdog/Kconfig

Modified: dists/trunk/linux-2.6/debian/config/armel/config.orion5x
==============================================================================
--- dists/trunk/linux-2.6/debian/config/armel/config.orion5x	Sat Oct 17 15:54:15 2009	(r14397)
+++ dists/trunk/linux-2.6/debian/config/armel/config.orion5x	Sat Oct 17 15:59:05 2009	(r14398)
@@ -495,23 +495,7 @@
 ##
 ## file: drivers/video/Kconfig
 ##
-# CONFIG_VIDEO_OUTPUT_CONTROL is not set
-# CONFIG_FB is not set
-
-##
-## file: drivers/video/backlight/Kconfig
-##
-# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
-
-##
-## file: drivers/video/console/Kconfig
-##
-# CONFIG_VGA_CONSOLE is not set
-
-##
-## file: drivers/video/display/Kconfig
-##
-# CONFIG_DISPLAY_SUPPORT is not set
+CONFIG_FB=m
 
 ##
 ## file: drivers/watchdog/Kconfig



More information about the Kernel-svn-changes mailing list