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) # MemoryStick host controller drivers
^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) comment "MemoryStick Host Controller Drivers"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) config MEMSTICK_TIFM_MS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 	tristate "TI Flash Media MemoryStick Interface support "
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 	depends on PCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 	select TIFM_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 	  Say Y here if you want to be able to access MemoryStick cards with
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 	  the Texas Instruments(R) Flash Media card reader, found in many
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 	  laptops.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 	  This option 'selects' (turns on, enables) 'TIFM_CORE', but you
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 	  probably also need appropriate card reader host adapter, such as
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 	  'Misc devices: TI Flash Media PCI74xx/PCI76xx host adapter support
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) 	  (TIFM_7XX1)'.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 	  To compile this driver as a module, choose M here: the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) 	  module will be called tifm_ms.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) config MEMSTICK_JMICRON_38X
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) 	tristate "JMicron JMB38X MemoryStick interface support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) 	depends on PCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) 	  Say Y here if you want to be able to access MemoryStick cards with
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) 	  the JMicron(R) JMB38X MemoryStick card reader.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) 	  To compile this driver as a module, choose M here: the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) 	  module will be called jmb38x_ms.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) config MEMSTICK_R592
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) 	tristate "Ricoh R5C592 MemoryStick interface support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37) 	depends on PCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40) 	  Say Y here if you want to be able to access MemoryStick cards with
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41) 	  the Ricoh R5C592 MemoryStick card reader (which is part of 5 in one
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42) 		multifunction reader)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 43) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 44) 	  To compile this driver as a module, choose M here: the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 45) 	  be called r592.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 46) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 47) config MEMSTICK_REALTEK_PCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 48) 	tristate "Realtek PCI-E Memstick Card Interface Driver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 49) 	depends on MISC_RTSX_PCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 50) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 51) 	  Say Y here to include driver code to support Memstick card interface
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 52) 	  of Realtek PCI-E card reader
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 53) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 54) 	  To compile this driver as a module, choose M here: the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 55) 	  be called rtsx_pci_ms.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 56) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 57) config MEMSTICK_REALTEK_USB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 58) 	tristate "Realtek USB Memstick Card Interface Driver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 59) 	depends on MISC_RTSX_USB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 60) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 61) 	  Say Y here to include driver code to support Memstick card interface
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 62) 	  of Realtek RTS5129/39 series USB card reader
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 63) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 64) 	  To compile this driver as a module, choose M here: the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 65) 	  be called rts5139_ms.