[kernel] r10034 - dists/trunk/linux-2.6/debian/config
Maximilian Attems
maks at alioth.debian.org
Sat Jan 5 23:32:49 UTC 2008
Author: maks
Date: Sat Jan 5 23:32:49 2008
New Revision: 10034
Log:
topconfig currently set PCI_LEGACY
defaults to y and not yet all drivers are converted away from
pci_find_slot() and pci_find_device().
as bonus kick wrong comment section on top
Modified:
dists/trunk/linux-2.6/debian/config/config
Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config (original)
+++ dists/trunk/linux-2.6/debian/config/config Sat Jan 5 23:32:49 2008
@@ -93,10 +93,6 @@
# CONFIG_PREEMPT_VOLUNTARY is not set
# CONFIG_PREEMPT is not set
# CONFIG_PREEMPT_BKL is not set
-
-#
-# Firmware Drivers
-#
CONFIG_SELECT_MEMORY_MODEL=y
CONFIG_FLATMEM=y
# CONFIG_SPARSEMEM_STATIC is not set
@@ -108,6 +104,11 @@
# CONFIG_CRASH_DUMP is not set
#
+# Bus options (PCI etc.)
+#
+CONFIG_PCI_LEGACY=y
+
+#
# Executable file formats
#
CONFIG_BINFMT_ELF=y
More information about the Kernel-svn-changes
mailing list