diff options
Diffstat (limited to 'drivers/pci/Kconfig')
-rw-r--r-- | drivers/pci/Kconfig | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index 7f31991772ea..f187fd8aeed6 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig | |||
@@ -30,23 +30,6 @@ config PCI_LEGACY_PROC | |||
30 | 30 | ||
31 | When in doubt, say N. | 31 | When in doubt, say N. |
32 | 32 | ||
33 | config PCI_NAMES | ||
34 | bool "PCI device name database" | ||
35 | depends on PCI | ||
36 | ---help--- | ||
37 | By default, the kernel contains a database of all known PCI device | ||
38 | names to make the information in /proc/pci, /proc/ioports and | ||
39 | similar files comprehensible to the user. | ||
40 | |||
41 | This database increases size of the kernel image by about 80KB. This | ||
42 | memory is freed after the system boots up if CONFIG_HOTPLUG is not set. | ||
43 | |||
44 | Anyway, if you are building an installation floppy or kernel for an | ||
45 | embedded system where kernel image size really matters, you can disable | ||
46 | this feature and you'll get device ID numbers instead of names. | ||
47 | |||
48 | When in doubt, say Y. | ||
49 | |||
50 | config PCI_DEBUG | 33 | config PCI_DEBUG |
51 | bool "PCI Debugging" | 34 | bool "PCI Debugging" |
52 | depends on PCI && DEBUG_KERNEL | 35 | depends on PCI && DEBUG_KERNEL |