xref: /openbmc/linux/drivers/zorro/Kconfig (revision 4b4193256c8d3bc3a5397b5cd9494c2ad386317d)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Zorro configuration
4#
5config ZORRO_NAMES
6	bool "Zorro device name database"
7	depends on ZORRO
8	help
9	  By default, the kernel contains a database of all known Zorro device
10	  names to make the information in /proc/iomem comprehensible to the
11	  user. This database increases the size of the kernel image by about
12	  15KB, but it gets freed after the system boots up, so it doesn't
13	  take up kernel memory. Anyway, if you are building an installation
14	  floppy or kernel for an embedded system where kernel image size
15	  really matters, you can disable this feature and you'll get device
16	  ID numbers instead of names.
17
18	  When in doubt, say Y.
19
20