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) menuconfig GOLDFISH
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) 	bool "Platform support for Goldfish virtual devices"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) 	depends on HAS_IOMEM && HAS_DMA
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 	  Say Y here to get to see options for the Goldfish virtual platform.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 	  This option alone does not add any kernel code.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 	  Unless you are building for the Android Goldfish emulator say N here.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) if GOLDFISH
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) config GOLDFISH_PIPE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 	tristate "Goldfish virtual device for QEMU pipes"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 	  This is a virtual device to drive the QEMU pipe interface used by
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 	  the Goldfish Android Virtual Device.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) endif # GOLDFISH