]>
Commit | Line | Data |
---|---|---|
ec8f24b7 | 1 | # SPDX-License-Identifier: GPL-2.0-only |
1da177e4 LT |
2 | # |
3 | # Zorro configuration | |
4 | # | |
5 | config ZORRO_NAMES | |
6 | bool "Zorro device name database" | |
7 | depends on ZORRO | |
a7f7f624 | 8 | help |
1da177e4 LT |
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 | ||
18 | When in doubt, say Y. | |
19 |