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) config FB_OMAP
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) 	tristate "OMAP frame buffer support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) 	depends on FB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 	depends on ARCH_OMAP1
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 	select FB_CFB_FILLRECT
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 	select FB_CFB_COPYAREA
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 	select FB_CFB_IMAGEBLIT
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 	  Frame buffer driver for OMAP based boards.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) config FB_OMAP_LCDC_EXTERNAL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 	bool "External LCD controller support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 	depends on FB_OMAP
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 	  Say Y here, if you want to have support for boards with an
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 	  external LCD controller connected to the SoSSI/RFBI interface.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) config FB_OMAP_LCDC_HWA742
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) 	bool "Epson HWA742 LCD controller support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 	depends on FB_OMAP && FB_OMAP_LCDC_EXTERNAL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) 	  Say Y here if you want to have support for the external
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) 	  Epson HWA742 LCD controller.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) config FB_OMAP_MANUAL_UPDATE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) 	bool "Default to manual update mode"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) 	depends on FB_OMAP && FB_OMAP_LCDC_EXTERNAL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) 	  Say Y here, if your user-space applications are capable of
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) 	  notifying the frame buffer driver when a change has occurred in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) 	  the frame buffer content and thus a reload of the image data to
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) 	  the external frame buffer is required. If unsure, say N.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) config FB_OMAP_LCD_MIPID
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) 	bool "MIPI DBI-C/DCS compatible LCD support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37) 	depends on FB_OMAP && SPI_MASTER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39) 	  Say Y here if you want to have support for LCDs compatible with
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40) 	  the Mobile Industry Processor Interface DBI-C/DCS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41) 	  specification. (Supported LCDs: Philips LPH8923, Sharp LS041Y3)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 43) config FB_OMAP_LCD_H3
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 44) 	bool "TPS65010 LCD controller on OMAP-H3"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 45) 	depends on MACH_OMAP_H3
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 46) 	depends on TPS65010=y
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 47) 	default y
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 48) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 49) 	  Say Y here if you want to have support for the LCD on the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 50) 	  H3 board.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 51) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 52) config FB_OMAP_DMA_TUNE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 53) 	bool "Set DMA SDRAM access priority high"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 54) 	depends on FB_OMAP
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 55) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 56) 	  On systems in which video memory is in system memory
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 57) 	  (SDRAM) this will speed up graphics DMA operations.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 58) 	  If you have such a system and want to use rotation
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 59) 	  answer yes. Answer no if you have a dedicated video
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 60) 	  memory, or don't use any of the accelerated features.