162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# Zorro configuration 462306a36Sopenharmony_ci# 562306a36Sopenharmony_ciconfig ZORRO_NAMES 662306a36Sopenharmony_ci bool "Zorro device name database" 762306a36Sopenharmony_ci depends on ZORRO 862306a36Sopenharmony_ci help 962306a36Sopenharmony_ci By default, the kernel contains a database of all known Zorro device 1062306a36Sopenharmony_ci names to make the information in /proc/iomem comprehensible to the 1162306a36Sopenharmony_ci user. This database increases the size of the kernel image by about 1262306a36Sopenharmony_ci 15KB, but it gets freed after the system boots up, so it doesn't 1362306a36Sopenharmony_ci take up kernel memory. Anyway, if you are building an installation 1462306a36Sopenharmony_ci floppy or kernel for an embedded system where kernel image size 1562306a36Sopenharmony_ci really matters, you can disable this feature and you'll get device 1662306a36Sopenharmony_ci ID numbers instead of names. 1762306a36Sopenharmony_ci 1862306a36Sopenharmony_ci When in doubt, say Y. 1962306a36Sopenharmony_ci 20