20 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Zorro configuration4#5config ZORRO_NAMES6 bool "Zorro device name database"7 depends on ZORRO8 help9 By default, the kernel contains a database of all known Zorro device10 names to make the information in /proc/iomem comprehensible to the11 user. This database increases the size of the kernel image by about12 15KB, but it gets freed after the system boots up, so it doesn't13 take up kernel memory. Anyway, if you are building an installation14 floppy or kernel for an embedded system where kernel image size15 really matters, you can disable this feature and you'll get device16 ID numbers instead of names.17 18 When in doubt, say Y.19 20