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) menu "ARM devices"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) config DRM_HDLCD
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 	tristate "ARM HDLCD"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 	depends on DRM && OF && (ARM || ARM64 || COMPILE_TEST)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 	depends on COMMON_CLK
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 	select DRM_KMS_HELPER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 	select DRM_KMS_CMA_HELPER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 	  Choose this option if you have an ARM High Definition Colour LCD
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 	  controller.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 	  If M is selected the module will be called hdlcd.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) config DRM_HDLCD_SHOW_UNDERRUN
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 	bool "Show underrun conditions"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 	depends on DRM_HDLCD
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) 	default n
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 	  Enable this option to show in red colour the pixels that the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) 	  HDLCD device did not fetch from framebuffer due to underrun
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) 	  conditions.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) config DRM_MALI_DISPLAY
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) 	tristate "ARM Mali Display Processor"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) 	depends on DRM && OF && (ARM || ARM64 || COMPILE_TEST)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) 	depends on COMMON_CLK
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) 	select DRM_KMS_HELPER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) 	select DRM_KMS_CMA_HELPER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) 	select DRM_GEM_CMA_HELPER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) 	select VIDEOMODE_HELPERS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) 	  Choose this option if you want to compile the ARM Mali Display
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) 	  Processor driver. It supports the DP500, DP550 and DP650 variants
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) 	  of the hardware.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) 	  If compiled as a module it will be called mali-dp.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40) source "drivers/gpu/drm/arm/display/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42) endmenu