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