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) config WLAN_VENDOR_ATMEL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) 	bool "Atmel devices"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) 	default y
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 	  If you have a wireless card belonging to this class, say Y.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 	  Note that the answer to this question doesn't directly affect the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 	  kernel: saying N will just cause the configurator to skip all the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 	  questions about these cards. If you say Y, you will be asked for
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 	  your specific card in the following questions.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) if WLAN_VENDOR_ATMEL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) config ATMEL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 	tristate "Atmel at76c50x chipset  802.11b support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 	depends on CFG80211 && (PCI || PCMCIA)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 	select WIRELESS_EXT
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) 	select WEXT_PRIV
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) 	select FW_LOADER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 	select CRC32
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) 	  A driver 802.11b wireless cards based on the Atmel fast-vnet
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) 	  chips. This driver supports standard Linux wireless extensions.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) 	  Many  cards based on this chipset do not have flash memory
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) 	  and need their firmware loaded at start-up. If yours is
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) 	  one of these, you will need to provide a firmware image
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) 	  to be loaded into the card by the driver. The Atmel
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) 	  firmware package can be downloaded from
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) 	  <http://www.thekelleys.org.uk/atmel>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) config PCI_ATMEL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) 	tristate "Atmel at76c506 PCI cards"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) 	depends on ATMEL && PCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37) 	  Enable support for PCI and mini-PCI cards containing the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) 	  Atmel at76c506 chip.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40) config PCMCIA_ATMEL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41) 	tristate "Atmel at76c502/at76c504 PCMCIA cards"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42) 	depends on ATMEL && PCMCIA
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 43) 	select WIRELESS_EXT
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 44) 	select FW_LOADER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 45) 	select CRC32
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 46) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 47) 	  Enable support for PCMCIA cards containing the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 48) 	  Atmel at76c502 and at76c504 chips.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 49) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 50) config AT76C50X_USB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 51) 	tristate "Atmel at76c503/at76c505/at76c505a USB cards"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 52) 	depends on MAC80211 && USB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 53) 	select FW_LOADER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 54) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 55) 	  Enable support for USB Wireless devices using Atmel at76c503,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 56) 	  at76c505 or at76c505a chips.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 57) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 58) endif # WLAN_VENDOR_ATMEL