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

svn path=/dists/trunk/linux-2.6/; revision=10034
This commit is contained in:
Maximilian Attems 2008-01-05 23:32:49 +00:00
parent 01ecc28afa
commit 835c3d1e93
1 changed files with 5 additions and 4 deletions

View File

@ -93,10 +93,6 @@ CONFIG_PREEMPT_NONE=y
# 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
@ -107,6 +103,11 @@ CONFIG_HZ_250=y
CONFIG_HZ=250
# CONFIG_CRASH_DUMP is not set
#
# Bus options (PCI etc.)
#
CONFIG_PCI_LEGACY=y
#
# Executable file formats
#