[PATCH] PCI: disable PCI_MULTITHREAD_PROBE
authorAndrew Morton <akpm@osdl.org>
Fri, 15 Dec 2006 00:40:00 +0000 (16:40 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 5 Jan 2007 20:33:05 +0000 (12:33 -0800)
Unfortunatly, no one reads Kconfig help entries :(

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/Kconfig

index f1dd81a..3cfb0a3 100644 (file)
@@ -19,7 +19,7 @@ config PCI_MSI
 
 config PCI_MULTITHREAD_PROBE
        bool "PCI Multi-threaded probe (EXPERIMENTAL)"
 
 config PCI_MULTITHREAD_PROBE
        bool "PCI Multi-threaded probe (EXPERIMENTAL)"
-       depends on PCI && EXPERIMENTAL
+       depends on PCI && EXPERIMENTAL && BROKEN
        help
          Say Y here if you want the PCI core to spawn a new thread for
          every PCI device that is probed.  This can cause a huge
        help
          Say Y here if you want the PCI core to spawn a new thread for
          every PCI device that is probed.  This can cause a huge