Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

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