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
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) config DRM_VBOXVIDEO
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) 	tristate "Virtual Box Graphics Card"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) 	depends on DRM && X86 && PCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 	select DRM_KMS_HELPER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 	select DRM_VRAM_HELPER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 	select DRM_TTM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 	select DRM_TTM_HELPER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 	select GENERIC_ALLOCATOR
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 	  This is a KMS driver for the virtual Graphics Card used in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 	  Virtual Box virtual machines.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 	  Although it is possible to build this driver built-in to the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 	  kernel, it is advised to build it as a module, so that it can
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 	  be updated independently of the kernel. Select M to build this
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 	  driver as a module and add support for these devices via drm/kms
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 	  interfaces.