1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 21da177e4SLinus Torvalds# 31da177e4SLinus Torvalds# Zorro configuration 41da177e4SLinus Torvalds# 51da177e4SLinus Torvaldsconfig ZORRO_NAMES 61da177e4SLinus Torvalds bool "Zorro device name database" 71da177e4SLinus Torvalds depends on ZORRO 8*a7f7f624SMasahiro Yamada help 91da177e4SLinus Torvalds By default, the kernel contains a database of all known Zorro device 101da177e4SLinus Torvalds names to make the information in /proc/iomem comprehensible to the 111da177e4SLinus Torvalds user. This database increases the size of the kernel image by about 121da177e4SLinus Torvalds 15KB, but it gets freed after the system boots up, so it doesn't 131da177e4SLinus Torvalds take up kernel memory. Anyway, if you are building an installation 141da177e4SLinus Torvalds floppy or kernel for an embedded system where kernel image size 151da177e4SLinus Torvalds really matters, you can disable this feature and you'll get device 161da177e4SLinus Torvalds ID numbers instead of names. 171da177e4SLinus Torvalds 181da177e4SLinus Torvalds When in doubt, say Y. 191da177e4SLinus Torvalds 20