[kernel] r15829 - dists/trunk/linux-2.6/debian/config/mipsel

Ben Hutchings benh at alioth.debian.org
Sun Jun 6 01:41:34 UTC 2010


Author: benh
Date: Sun Jun  6 01:41:27 2010
New Revision: 15829

Log:
Enable NET_PCI, 8139TOO=m, USB=m, EXT2_FS, EXT3_FS for loongson-2f

Modified:
   dists/trunk/linux-2.6/debian/config/mipsel/config.loongson-2f

Modified: dists/trunk/linux-2.6/debian/config/mipsel/config.loongson-2f
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mipsel/config.loongson-2f	Sun Jun  6 00:10:25 2010	(r15828)
+++ dists/trunk/linux-2.6/debian/config/mipsel/config.loongson-2f	Sun Jun  6 01:41:27 2010	(r15829)
@@ -44,6 +44,15 @@
 ## end choice
 
 ##
+## file: drivers/net/Kconfig
+##
+CONFIG_NET_PCI=y
+# CONFIG_PCNET32 is not set
+# CONFIG_KSZ884X_PCI is not set
+CONFIG_8139TOO=m
+CONFIG_8139TOO_TUNE_TWISTER=y
+
+##
 ## file: drivers/serial/Kconfig
 ##
 CONFIG_SERIAL_8250=y
@@ -51,6 +60,11 @@
 # CONFIG_SERIAL_8250_EXTENDED is not set
 
 ##
+## file: drivers/usb/Kconfig
+##
+CONFIG_USB=m
+
+##
 ## file: drivers/video/Kconfig
 ##
 CONFIG_VIDEO_OUTPUT_CONTROL=y
@@ -71,3 +85,13 @@
 ##
 # CONFIG_VGA_CONSOLE is not set
 CONFIG_FRAMEBUFFER_CONSOLE=y
+
+##
+## file: fs/ext2/Kconfig
+##
+CONFIG_EXT2_FS=y
+
+##
+## file: fs/ext3/Kconfig
+##
+CONFIG_EXT3_FS=y



More information about the Kernel-svn-changes mailing list