xref: /linux/drivers/zorro/Kconfig (revision ff1f855804cdbbb6db7b9b6df6cab783d1a40d66)
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