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) # Hardware for mISDN
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) comment "mISDN hardware drivers"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) config MISDN_HFCPCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 	tristate "Support for HFC PCI cards"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 	depends on MISDN
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 	depends on PCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 	  Enable support for cards with Cologne Chip AG's
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 	  HFC PCI chip.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) config MISDN_HFCMULTI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 	tristate "Support for HFC multiport cards (HFC-4S/8S/E1)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 	depends on PCI || CPM1
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 	depends on MISDN
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) 	  Enable support for cards with Cologne Chip AG's HFC multiport
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 	  chip. There are three types of chips that are quite similar,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) 	  but the interface is different:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) 	   * HFC-4S (4 S/T interfaces on one chip)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) 	   * HFC-8S (8 S/T interfaces on one chip)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) 	   * HFC-E1 (E1 interface for 2Mbit ISDN)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) config MISDN_HFCMULTI_8xx
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) 	bool "Support for XHFC embedded board in HFC multiport driver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) 	depends on MISDN
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) 	depends on MISDN_HFCMULTI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) 	depends on CPM1
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) 	default CPM1
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) 	  Enable support for the XHFC embedded solution from Speech Design.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) config MISDN_HFCUSB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37) 	tristate "Support for HFC-S USB based TAs"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) 	depends on USB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40) 	  Enable support for USB ISDN TAs with Cologne Chip AG's
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41) 	  HFC-S USB ISDN Controller
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 43) config MISDN_AVMFRITZ
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 44) 	tristate "Support for AVM FRITZ!CARD PCI"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 45) 	depends on MISDN
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 46) 	depends on PCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 47) 	select MISDN_IPAC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 48) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 49) 	  Enable support for AVMs FRITZ!CARD PCI cards
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 50) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 51) config MISDN_SPEEDFAX
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 52) 	tristate "Support for Sedlbauer Speedfax+"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 53) 	depends on MISDN
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 54) 	depends on PCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 55) 	select MISDN_IPAC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 56) 	select MISDN_ISAR
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 57) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 58) 	  Enable support for Sedlbauer Speedfax+.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 59) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 60) config MISDN_INFINEON
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 61) 	tristate "Support for cards with Infineon chipset"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 62) 	depends on MISDN
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 63) 	depends on PCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 64) 	select MISDN_IPAC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 65) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 66) 	  Enable support for cards with ISAC + HSCX, IPAC or IPAC-SX
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 67) 	  chip from Infineon (former manufacturer Siemens).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 68) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 69) config MISDN_W6692
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 70) 	tristate "Support for cards with Winbond 6692"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 71) 	depends on MISDN
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 72) 	depends on PCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 73) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 74) 	  Enable support for Winbond 6692 PCI chip based cards.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 75) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 76) config MISDN_NETJET
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 77) 	tristate "Support for NETJet cards"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 78) 	depends on MISDN
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 79) 	depends on PCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 80) 	depends on TTY
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 81) 	select MISDN_IPAC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 82) 	select MISDN_HDLC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 83) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 84) 	  Enable support for Traverse Technologies NETJet PCI cards.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 85) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 86) config MISDN_HDLC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 87) 	tristate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 88) 	select CRC_CCITT
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 89) 	select BITREVERSE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 90) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 91) config MISDN_IPAC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 92) 	tristate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 93) 	depends on MISDN
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 94) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 95) config MISDN_ISAR
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 96) 	tristate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 97) 	depends on MISDN
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 98)