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) # PCMCIA SCSI adapter 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 SCSI_LOWLEVEL_PCMCIA
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 	bool "PCMCIA SCSI adapter support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 	depends on SCSI!=n && PCMCIA!=n
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) # drivers have problems when build in, so require modules
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) if SCSI_LOWLEVEL_PCMCIA && SCSI && PCMCIA && m
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) config PCMCIA_AHA152X
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 	tristate "Adaptec AHA152X PCMCIA support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 	select SCSI_SPI_ATTRS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 	  Say Y here if you intend to attach this type of PCMCIA SCSI host
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 	  adapter to your computer.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) 	  To compile this driver as a module, choose M here: the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 	  module will be called aha152x_cs.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) config PCMCIA_FDOMAIN
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) 	tristate "Future Domain PCMCIA support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) 	select SCSI_FDOMAIN
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) 	  Say Y here if you intend to attach this type of PCMCIA SCSI host
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) 	  adapter to your computer.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) 	  To compile this driver as a module, choose M here: the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) 	  module will be called fdomain_cs.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) config PCMCIA_NINJA_SCSI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) 	tristate "NinjaSCSI-3 / NinjaSCSI-32Bi (16bit) PCMCIA support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) 	depends on !64BIT || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37) 	  If you intend to attach this type of PCMCIA SCSI host adapter to
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) 	  your computer, say Y here and read
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39) 	  <file:Documentation/scsi/NinjaSCSI.rst>.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41) 	  Supported cards:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 43) 	  NinjaSCSI-3: (version string: "WBT","NinjaSCSI-3","R1.0")
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 44) 	    IO-DATA     PCSC-FP
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 45) 	    ALPHA DATA  AD-PCS201
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 46) 	    CyQ've      SFC-201  
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 47) 	    LOGITECH    LPM-SCSI2E
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 48) 	    Pioneer PCR-PR24's card
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 49) 	    I-O DATA CDPS-PX24's card (PCSC-F)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 50) 	    Panasonic KXL-RW10AN CD-RW's card
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 51) 	    etc.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 52) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 53) 	  NinjaSCSI-32Bit (in 16bit mode):
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 54) 	    [Workbit (version string: "WORKBIT","UltraNinja-16","1")]
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 55) 	    Jazz SCP050
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 56) 	    [I-O DATA (OEM) (version string: "IO DATA","CBSC16       ","1")]
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 57) 	    I-O DATA CBSC-II
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 58) 	    [Kyusyu Matsushita Kotobuki (OEM)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 59)                (version string: "KME    ","SCSI-CARD-001","1")]
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 60) 	    KME KXL-820AN's card
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 61) 	    HP M820e CDRW's card
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 62) 	    etc.
^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
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 65) 	  module will be called nsp_cs.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 66) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 67) config PCMCIA_QLOGIC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 68) 	tristate "Qlogic PCMCIA support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 69) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 70) 	  Say Y here if you intend to attach this type of PCMCIA SCSI host
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 71) 	  adapter to your computer.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 72) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 73) 	  To compile this driver as a module, choose M here: the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 74) 	  module will be called qlogic_cs.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 75) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 76) config PCMCIA_SYM53C500
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 77) 	tristate "Symbios 53c500 PCMCIA support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 78) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 79) 	  Say Y here if you have a New Media Bus Toaster or other PCMCIA
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 80) 	  SCSI adapter based on the Symbios 53c500 controller.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 81) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 82) 	  To compile this driver as a module, choose M here: the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 83) 	  module will be called sym53c500_cs.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 84) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 85) endif # SCSI_LOWLEVEL_PCMCIA