diff options
author | Adrian Bunk <bunk@stusta.de> | 2005-07-16 22:22:20 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-09-08 17:57:23 -0400 |
commit | 982245f01734e9d5a3ab98b2b2e9761ae7719094 (patch) | |
tree | 96ff56ff327f9a50f91a46886967f349d9a0a5e7 /drivers/pci/Kconfig | |
parent | 74d863ee8a9da2b0f31e0f977daf127807b2e9d2 (diff) |
[PATCH] PCI: remove CONFIG_PCI_NAMES
This patch removes CONFIG_PCI_NAMES.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
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 |