rpms/kernel-xen-2.6/devel kernel-2.6.21-x86_64-xen.config,1.2,1.3

Eduardo Habkost (ehabkost) fedora-extras-commits at redhat.com
Tue Jul 24 16:45:52 UTC 2007


Author: ehabkost

Update of /cvs/pkgs/rpms/kernel-xen-2.6/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6573

Modified Files:
	kernel-2.6.21-x86_64-xen.config 
Log Message:
Compile serial as module

Serial console isn't working completely on x86_64. Making it compile as
module doesn't make much sense, but it is working on i686 where it is
compiled as module. I hope this works.



Index: kernel-2.6.21-x86_64-xen.config
===================================================================
RCS file: /cvs/pkgs/rpms/kernel-xen-2.6/devel/kernel-2.6.21-x86_64-xen.config,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kernel-2.6.21-x86_64-xen.config	24 Jul 2007 14:13:44 -0000	1.2
+++ kernel-2.6.21-x86_64-xen.config	24 Jul 2007 16:45:20 -0000	1.3
@@ -2,7 +2,7 @@
 #
 # Automatically generated make config: don't edit
 # Linux kernel version: 2.6.21-prep
-# Tue Jul 24 08:31:43 2007
+# Tue Jul 24 13:42:28 2007
 #
 CONFIG_X86_64=y
 CONFIG_64BIT=y
@@ -1789,10 +1789,9 @@
 #
 # Serial drivers
 #
-CONFIG_SERIAL_8250=y
-CONFIG_SERIAL_8250_CONSOLE=y
-CONFIG_SERIAL_8250_PCI=y
-CONFIG_SERIAL_8250_PNP=y
+CONFIG_SERIAL_8250=m
+CONFIG_SERIAL_8250_PCI=m
+CONFIG_SERIAL_8250_PNP=m
 CONFIG_SERIAL_8250_CS=m
 CONFIG_SERIAL_8250_NR_UARTS=32
 CONFIG_SERIAL_8250_RUNTIME_UARTS=4
@@ -1805,8 +1804,7 @@
 #
 # Non-8250 serial port support
 #
-CONFIG_SERIAL_CORE=y
-CONFIG_SERIAL_CORE_CONSOLE=y
+CONFIG_SERIAL_CORE=m
 CONFIG_SERIAL_JSM=m
 CONFIG_UNIX98_PTYS=y
 # CONFIG_LEGACY_PTYS is not set




More information about the fedora-extras-commits mailing list