Kconfig 691 B

12345678910111213141516171819
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Zorro configuration
  4. #
  5. config ZORRO_NAMES
  6. bool "Zorro device name database"
  7. depends on ZORRO
  8. help
  9. By default, the kernel contains a database of all known Zorro device
  10. names to make the information in /proc/iomem comprehensible to the
  11. user. This database increases the size of the kernel image by about
  12. 15KB, but it gets freed after the system boots up, so it doesn't
  13. take up kernel memory. Anyway, if you are building an installation
  14. floppy or kernel for an embedded system where kernel image size
  15. really matters, you can disable this feature and you'll get device
  16. ID numbers instead of names.
  17. When in doubt, say Y.