Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Zorro configuration
0004 #
0005 config ZORRO_NAMES
0006         bool "Zorro device name database"
0007         depends on ZORRO
0008         help
0009           By default, the kernel contains a database of all known Zorro device
0010           names to make the information in /proc/iomem comprehensible to the
0011           user. This database increases the size of the kernel image by about
0012           15KB, but it gets freed after the system boots up, so it doesn't
0013           take up kernel memory. Anyway, if you are building an installation
0014           floppy or kernel for an embedded system where kernel image size
0015           really matters, you can disable this feature and you'll get device
0016           ID numbers instead of names.
0017 
0018           When in doubt, say Y.
0019