[kernel] r5082 - in dists/trunk/linux-2.6/debian: . arch/arm

Martin Michlmayr tbm at costa.debian.org
Sat Dec 24 22:37:59 UTC 2005


Author: tbm
Date: Sat Dec 24 22:37:58 2005
New Revision: 5082

Modified:
   dists/trunk/linux-2.6/debian/arch/arm/config.footbridge
   dists/trunk/linux-2.6/debian/changelog
Log:
Turn on CONFIG_SERIAL_8250 support on Footbridge.


Modified: dists/trunk/linux-2.6/debian/arch/arm/config.footbridge
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/arm/config.footbridge	(original)
+++ dists/trunk/linux-2.6/debian/arch/arm/config.footbridge	Sat Dec 24 22:37:58 2005
@@ -806,7 +806,9 @@
 #
 # Serial drivers
 #
-# CONFIG_SERIAL_8250 is not set
+CONFIG_SERIAL_8250=y
+CONFIG_SERIAL_8250_CONSOLE=y
+CONFIG_SERIAL_8250_NR_UARTS=16
 
 #
 # Non-8250 serial port support

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Sat Dec 24 22:37:58 2005
@@ -33,6 +33,7 @@
   * [arm] Compile CONFIG_BLK_DEV_SL82C105 support into the kernel on
     Footbridge.
   * [arm] Compile ext3 support into the kernel on Footbridge.
+  * [arm] Turn on CONFIG_SERIAL_8250 support on Footbridge.
 
  -- Sven Luther <luther at debian.org>  Mon, 19 Dec 2005 22:21:46 +0000
 



More information about the Kernel-svn-changes mailing list