Merge with Linux 2.5.59.
[linux-2.6/linux-mips.git] / drivers / eisa / Kconfig
blobb015b6af6793f1f76ebc0c981ced23e3bed410a4
2 # PCI configuration
4 config EISA_NAMES
5         bool "EISA device name database"
6         depends on EISA
7         default y
8         ---help---
9           By default, the kernel contains a database of all known EISA
10           device names to make the information in sysfs comprehensible
11           to the user. This database increases size of the kernel
12           image by about 40KB, but it gets freed after the system
13           boots up, so it doesn't take up kernel memory. Anyway, if
14           you are building an installation floppy or kernel for an
15           embedded system where kernel image size really matters, you
16           can disable this feature and you'll get device ID instead of
17           names.
19           When in doubt, say Y.