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) # Logo configuration
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) menuconfig LOGO
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 	bool "Bootup logo"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 	depends on FB || SGI_NEWPORT_CONSOLE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 	  Enable and select frame buffer bootup logos.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) if LOGO
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) config FB_LOGO_EXTRA
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 	bool
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 	depends on FB=y
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 	default y if SPU_BASE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) config LOGO_LINUX_MONO
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) 	bool "Standard black and white Linux logo"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 	default y
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) config LOGO_LINUX_VGA16
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) 	bool "Standard 16-color Linux logo"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) 	default y
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) config LOGO_LINUX_CLUT224
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) 	bool "Standard 224-color Linux logo"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) 	default y
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) config LOGO_DEC_CLUT224
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) 	bool "224-color Digital Equipment Corporation Linux logo"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) 	depends on MACH_DECSTATION || ALPHA
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) 	default y
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) config LOGO_MAC_CLUT224
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37) 	bool "224-color Macintosh Linux logo"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) 	depends on MAC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39) 	default y
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41) config LOGO_PARISC_CLUT224
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42) 	bool "224-color PA-RISC Linux logo"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 43) 	depends on PARISC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 44) 	default y
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 45) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 46) config LOGO_SGI_CLUT224
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 47) 	bool "224-color SGI Linux logo"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 48) 	depends on SGI_IP22 || SGI_IP27 || SGI_IP32
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 49) 	default y
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 50) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 51) config LOGO_SUN_CLUT224
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 52) 	bool "224-color Sun Linux logo"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 53) 	depends on SPARC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 54) 	default y
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 55) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 56) config LOGO_SUPERH_MONO
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 57) 	bool "Black and white SuperH Linux logo"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 58) 	depends on SUPERH
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 59) 	default y
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 60) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 61) config LOGO_SUPERH_VGA16
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 62) 	bool "16-color SuperH Linux logo"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 63) 	depends on SUPERH
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 64) 	default y
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 65) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 66) config LOGO_SUPERH_CLUT224
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 67) 	bool "224-color SuperH Linux logo"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 68) 	depends on SUPERH
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 69) 	default y
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 70) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 71) endif # LOGO