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) if ARCH_FOOTBRIDGE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) menu "Footbridge Implementations"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) config ARCH_CATS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 	bool "CATS"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 	select CLKEVT_I8253
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 	select CLKSRC_I8253
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 	select FOOTBRIDGE_HOST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 	select ISA
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 	select ISA_DMA
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 	select FORCE_PCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 	  Say Y here if you intend to run this kernel on the CATS.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 	  Saying N will reduce the size of the Footbridge kernel.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) config ARCH_PERSONAL_SERVER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) 	bool "Compaq Personal Server"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 	select FOOTBRIDGE_HOST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) 	select ISA
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) 	select ISA_DMA
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) 	select FORCE_PCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) 	  Say Y here if you intend to run this kernel on the Compaq
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) 	  Personal Server.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) 	  Saying N will reduce the size of the Footbridge kernel.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) 	  The Compaq Personal Server is not available for purchase.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) 	  There are no product plans beyond the current research
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) 	  prototypes at this time.  Information is available at:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) 	  <http://www.crl.hpl.hp.com/projects/personalserver/>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37) 	  If you have any questions or comments about the  Compaq Personal
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) 	  Server, send e-mail to <skiff@crl.dec.com>.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40) config ARCH_EBSA285_ADDIN
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41) 	bool "EBSA285 (addin mode)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42) 	select ARCH_EBSA285
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 43) 	select FOOTBRIDGE_ADDIN
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 44) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 45) 	  Say Y here if you intend to run this kernel on the EBSA285 card
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 46) 	  in addin mode.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 47) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 48) 	  Saying N will reduce the size of the Footbridge kernel.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 49) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 50) config ARCH_EBSA285_HOST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 51) 	bool "EBSA285 (host mode)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 52) 	select ARCH_EBSA285
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 53) 	select FOOTBRIDGE_HOST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 54) 	select ISA
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 55) 	select ISA_DMA
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 56) 	select ARCH_MAY_HAVE_PC_FDC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 57) 	select FORCE_PCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 58) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 59) 	  Say Y here if you intend to run this kernel on the EBSA285 card
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 60) 	  in host ("central function") mode.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 61) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 62) 	  Saying N will reduce the size of the Footbridge kernel.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 63) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 64) config ARCH_NETWINDER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 65) 	bool "NetWinder"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 66) 	select CLKEVT_I8253
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 67) 	select CLKSRC_I8253
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 68) 	select FOOTBRIDGE_HOST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 69) 	select ISA
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 70) 	select ISA_DMA
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 71) 	select FORCE_PCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 72) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 73) 	  Say Y here if you intend to run this kernel on the Rebel.COM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 74) 	  NetWinder.  Information about this machine can be found at:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 75) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 76) 	  <http://www.netwinder.org/>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 77) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 78) 	  Saying N will reduce the size of the Footbridge kernel.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 79) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 80) endmenu
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 81) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 82) # Footbridge support
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 83) config FOOTBRIDGE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 84) 	bool
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 85) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 86) # Footbridge in host mode
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 87) config FOOTBRIDGE_HOST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 88) 	bool
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 89) 	select ARCH_MIGHT_HAVE_PC_SERIO
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 90) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 91) # Footbridge in addin mode
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 92) config FOOTBRIDGE_ADDIN
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 93) 	bool
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 94) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 95) # EBSA285 board in either host or addin mode
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 96) config ARCH_EBSA285
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 97) 	bool
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 98) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 99) endif