xref: /openbmc/linux/drivers/zorro/Kconfig (revision 1da177e4)
11da177e4SLinus Torvalds#
21da177e4SLinus Torvalds# Zorro configuration
31da177e4SLinus Torvalds#
41da177e4SLinus Torvaldsconfig ZORRO_NAMES
51da177e4SLinus Torvalds	bool "Zorro device name database"
61da177e4SLinus Torvalds	depends on ZORRO
71da177e4SLinus Torvalds	---help---
81da177e4SLinus Torvalds	  By default, the kernel contains a database of all known Zorro device
91da177e4SLinus Torvalds	  names to make the information in /proc/iomem comprehensible to the
101da177e4SLinus Torvalds	  user. This database increases the size of the kernel image by about
111da177e4SLinus Torvalds	  15KB, but it gets freed after the system boots up, so it doesn't
121da177e4SLinus Torvalds	  take up kernel memory. Anyway, if you are building an installation
131da177e4SLinus Torvalds	  floppy or kernel for an embedded system where kernel image size
141da177e4SLinus Torvalds	  really matters, you can disable this feature and you'll get device
151da177e4SLinus Torvalds	  ID numbers instead of names.
161da177e4SLinus Torvalds
171da177e4SLinus Torvalds	  When in doubt, say Y.
181da177e4SLinus Torvalds
19