18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 28c2ecf20Sopenharmony_ci# 38c2ecf20Sopenharmony_ci# Zorro configuration 48c2ecf20Sopenharmony_ci# 58c2ecf20Sopenharmony_ciconfig ZORRO_NAMES 68c2ecf20Sopenharmony_ci bool "Zorro device name database" 78c2ecf20Sopenharmony_ci depends on ZORRO 88c2ecf20Sopenharmony_ci help 98c2ecf20Sopenharmony_ci By default, the kernel contains a database of all known Zorro device 108c2ecf20Sopenharmony_ci names to make the information in /proc/iomem comprehensible to the 118c2ecf20Sopenharmony_ci user. This database increases the size of the kernel image by about 128c2ecf20Sopenharmony_ci 15KB, but it gets freed after the system boots up, so it doesn't 138c2ecf20Sopenharmony_ci take up kernel memory. Anyway, if you are building an installation 148c2ecf20Sopenharmony_ci floppy or kernel for an embedded system where kernel image size 158c2ecf20Sopenharmony_ci really matters, you can disable this feature and you'll get device 168c2ecf20Sopenharmony_ci ID numbers instead of names. 178c2ecf20Sopenharmony_ci 188c2ecf20Sopenharmony_ci When in doubt, say Y. 198c2ecf20Sopenharmony_ci 20