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