1config BR2_PACKAGE_LINUX_FIRMWARE 2 bool "linux-firmware" 3 help 4 This package provides various binary firmware files (closed 5 binary blobs) for such devices like LAN, WLAN cards etc. 6 7 https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git 8 9if BR2_PACKAGE_LINUX_FIRMWARE 10 11menu "Audio firmware" 12 13config BR2_PACKAGE_LINUX_FIRMWARE_INTEL_SST_DSP 14 bool "Intel SST DSP" 15 help 16 Firmware files for Intel Baytrail SST DSP audio. 17 18endmenu # Audio 19 20menu "Video firmware" 21 22config BR2_PACKAGE_LINUX_FIRMWARE_AMDGPU 23 bool "AMD GPU video card firmware" 24 help 25 Firmware files for AMD GPU video cards. 26 27config BR2_PACKAGE_LINUX_FIRMWARE_I915 28 bool "Intel i915 video card firmware" 29 help 30 Firmware files for the Intel i915 video cards. 31 32config BR2_PACKAGE_LINUX_FIRMWARE_RADEON 33 bool "AMD Radeon video card firmware" 34 help 35 Firmware files for AMD Radeon video cards. 36 37config BR2_PACKAGE_LINUX_FIRMWARE_QCOM_VENUS 38 bool "Qualcomm Venus video codec accelerator" 39 help 40 Firmware files for Qualcomm Venus video codec accelerator 41 42config BR2_PACKAGE_LINUX_FIRMWARE_QCOM_ADRENO 43 bool "Qualcomm Adreno GPU firmware" 44 help 45 Firmware files for Qualcomm Adreno GPU firmware 46 47config BR2_PACKAGE_LINUX_FIRMWARE_MFC_V8 48 bool "Samsung MFC video encoder/decoder v8 firmware" 49 help 50 Firmware files for Samsung MFC video encoder/decoder driver v8 51 52endmenu # Video 53 54menu "Bluetooth firmware" 55 56config BR2_PACKAGE_LINUX_FIRMWARE_AMLOGIC 57 bool "Amlogic SOC Bluetooth" 58 help 59 Firmware files for Conexant Amlogic SOC bluetooth support. 60 61config BR2_PACKAGE_LINUX_FIRMWARE_IBT 62 bool "Intel Wireless Bluetooth" 63 help 64 Firmware files for Intel 3160/7260/7265/8260/8265 Wireless 65 bluetooth support. 66 67config BR2_PACKAGE_LINUX_FIRMWARE_MEDIATEK_MT7650 68 bool "MediaTek MT7650" 69 help 70 Firmware files for MediaTek MT7650 bluetooth support 71 72config BR2_PACKAGE_LINUX_FIRMWARE_MEDIATEK_MT7921_BT 73 bool "MediaTek MT7921" 74 help 75 Firmware files for MediaTek MT7921 bluetooth support 76 77config BR2_PACKAGE_LINUX_FIRMWARE_MEDIATEK_MT7922_BT 78 bool "MediaTek MT7922" 79 help 80 Firmware files for MediaTek MT7922 bluetooth support 81 82config BR2_PACKAGE_LINUX_FIRMWARE_QUALCOMM_6174A_BT 83 bool "Qualcomm Atheros Rome 6174A Bluetooth" 84 help 85 Firmware files for QCA Rome 6174A bluetooth support. 86 87config BR2_PACKAGE_LINUX_FIRMWARE_QUALCOMM_9377_BT 88 bool "Qualcomm Atheros QCA9377 Bluetooth" 89 help 90 Firmware files for QCA9377 bluetooth support. 91 92config BR2_PACKAGE_LINUX_FIRMWARE_AR3011 93 bool "Qualcomm Atheros 3011" 94 help 95 Firmware files for Atheros bluetooth chipset AR3011. 96 97config BR2_PACKAGE_LINUX_FIRMWARE_AR3012_USB 98 bool "Qualcomm Atheros 3012 (USB)" 99 help 100 Firmware files for Atheros bluetooth chipset AR3012 on USB. 101 102config BR2_PACKAGE_LINUX_FIRMWARE_RTL_87XX_BT 103 bool "Realtek 87xx Bluetooth" 104 help 105 Realtek 8723a/8723b/8723bs/8723d/8723ds/8761a 106 107config BR2_PACKAGE_LINUX_FIRMWARE_RTL_88XX_BT 108 bool "Realtek 88xx Bluetooth" 109 help 110 Firmware files for Realtek Bluetooth modules 88xx. 111 112config BR2_PACKAGE_LINUX_FIRMWARE_TI_CC2560 113 bool "TI CC2560" 114 help 115 Firmware files for Bluetooth modules CC2560 and CC2560A 116 117endmenu # Bluetooth 118 119menu "WiFi firmware" 120 121config BR2_PACKAGE_LINUX_FIRMWARE_ATHEROS_6002 122 bool "Atheros 6002" 123 help 124 Firmware files for the Atheros AR6002 chip 125 126config BR2_PACKAGE_LINUX_FIRMWARE_ATHEROS_6003 127 bool "Atheros 6003" 128 help 129 Firmware files for the Atheros AR6003 chip 130 131config BR2_PACKAGE_LINUX_FIRMWARE_ATHEROS_6004 132 bool "Atheros 6004" 133 help 134 Firmware files for the Atheros AR6004 chip 135 136config BR2_PACKAGE_LINUX_FIRMWARE_ATHEROS_7010 137 bool "Atheros 7010" 138 help 139 Firmware files for the Atheros 7010 module 140 141config BR2_PACKAGE_LINUX_FIRMWARE_ATHEROS_9170 142 bool "Atheros 9170" 143 help 144 Firmware files for the Atheros 9170 module 145 146config BR2_PACKAGE_LINUX_FIRMWARE_ATHEROS_9271 147 bool "Atheros 9271" 148 help 149 Firmware files for the Atheros 9271 module 150 151config BR2_PACKAGE_LINUX_FIRMWARE_ATHEROS_10K_QCA9377 152 bool "Atheros 10k (QCA9377)" 153 help 154 Firmware files for the Atheros QCA9377 module 155 156config BR2_PACKAGE_LINUX_FIRMWARE_ATHEROS_10K_QCA998X 157 bool "Atheros 10k (QCA998X)" 158 help 159 Firmware files for the Atheros QCA988X module 160 161config BR2_PACKAGE_LINUX_FIRMWARE_BRCM_BCM43XX 162 bool "Broadcom BRCM bcm43xx" 163 select BR2_PACKAGE_LINUX_FIRMWARE_CYPRESS_CYW43XX 164 help 165 Firmware files for the Broadcom bcm43xx SoftMAC and FullMAC. 166 167config BR2_PACKAGE_LINUX_FIRMWARE_BRCM_BCM43XXX 168 bool "Broadcom BRCM bcm43xxx" 169 select BR2_PACKAGE_LINUX_FIRMWARE_CYPRESS_CYW43XXX 170 help 171 Firmware files for the Broadcom bcm43xxx, SoftMAC and FullMAC. 172 173config BR2_PACKAGE_LINUX_FIRMWARE_BRCM_BCM4366B1 174 bool "Broadcom 4366b1" 175 help 176 Firmware file for the Broadcom 4366b1 FullMAC chip. 177 178config BR2_PACKAGE_LINUX_FIRMWARE_BRCM_BCM4366C0 179 bool "Broadcom 4366c0" 180 help 181 Firmware file for the Broadcom 4366c0 FullMAC chip. 182 183config BR2_PACKAGE_LINUX_FIRMWARE_CYPRESS_CYW43XX 184 bool "Cypress CY cyw43xx" 185 help 186 Firmware files for the Cypress cyw43xx FullMAC. 187 188config BR2_PACKAGE_LINUX_FIRMWARE_CYPRESS_CYW43XXX 189 bool "Cypress CY cyw43xxx" 190 help 191 Firmware files for the Cypress cyw43xxx FullMAC. 192 193config BR2_PACKAGE_LINUX_FIRMWARE_CYPRESS_CYW54XXX 194 bool "Cypress CY cyw54xxx" 195 help 196 Firmware files for the Cypress cyw54xxx FullMAC. 197 198config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_100 199 bool "Intel iwlwifi 100" 200 help 201 Firmware files for the Intel Wifi 100 devices supported by 202 the iwlwifi kernel driver. 203 204config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_105 205 bool "Intel iwlwifi 105" 206 help 207 Firmware files for the Intel Wifi 105 devices supported by 208 the iwlwifi kernel driver. 209 210config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_135 211 bool "Intel iwlwifi 135" 212 help 213 Firmware files for the Intel Wifi 135 devices supported by 214 the iwlwifi kernel driver. 215 216config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_1000 217 bool "Intel iwlwifi 1000" 218 help 219 Firmware files for the Intel Wifi 1000 devices supported by 220 the iwlwifi kernel driver. 221 222config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_2000 223 bool "Intel iwlwifi 2000" 224 help 225 Firmware files for the Intel Wifi 2000 devices supported by 226 the iwlwifi kernel driver. 227 228config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_2030 229 bool "Intel iwlwifi 2030" 230 help 231 Firmware files for the Intel Wifi 2030 devices supported by 232 the iwlwifi kernel driver. 233 234config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_22000 235 bool "Intel iwlwifi 22000" 236 help 237 Firmware files for the Intel Wifi 22000 devices supported by 238 the iwlwifi kernel driver. 239 240config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_22260 241 bool "Intel iwlwifi 22260" 242 help 243 Firmware files for the Intel Wifi 22260 devices supported by 244 the iwlwifi kernel driver. 245 246config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160 247 bool "Intel iwlwifi 3160" 248 help 249 Firmware files for the Intel Wifi 3160 devices supported by 250 the iwlwifi kernel driver. 251 252config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3168 253 bool "Intel iwlwifi 3168" 254 help 255 Firmware files for the Intel Wifi 3168 devices supported by 256 the iwlwifi kernel driver. 257 258config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3945 259 bool "Intel iwlwifi 3945" 260 help 261 Firmware files for the Intel Wifi 3945 devices supported by 262 the iwl3945 kernel driver. 263 264config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_4965 265 bool "Intel iwlwifi 4965" 266 help 267 Firmware files for the Intel Wifi 4965 devices supported by 268 the iwl4965 kernel driver. 269 270config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_5000 271 bool "Intel iwlwifi 5000" 272 help 273 Firmware files for the Intel Wifi 5000 devices supported by 274 the iwlwifi kernel driver. 275 276config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_6000G2A 277 bool "Intel iwlwifi 6000G2A" 278 help 279 Firmware files for the Intel Wifi 6000G2A devices supported by 280 the iwlwifi kernel driver. 281 282config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_6000G2B 283 bool "Intel iwlwifi 6000G2B" 284 help 285 Firmware files for the Intel Wifi 6000G2B devices supported by 286 the iwlwifi kernel driver. 287 288config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_7260 289 bool "Intel iwlwifi 7260" 290 help 291 Firmware files for the Intel Wifi 7260 devices supported by 292 the iwlwifi kernel driver. 293 294config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_7265 295 bool "Intel iwlwifi 7265" 296 help 297 Firmware files for the Intel Wifi 7265 devices supported by 298 the iwlwifi kernel driver. 299 300config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_7265D 301 bool "Intel iwlwifi 7265D" 302 # needed for old kernel versions, where the non-D and D 303 # firmwares were the same 304 select BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_7265 305 help 306 Firmware files for the Intel Wifi 7265D devices supported by 307 the iwlwifi kernel driver. 308 309config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_8000C 310 bool "Intel iwlwifi 8000C" 311 help 312 Firmware files for the Intel Wifi 8000C devices supported by 313 the iwlwifi kernel driver. 314 315config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_8265 316 bool "Intel iwlwifi 8265" 317 help 318 Firmware files for the Intel Wifi 8265 devices supported by 319 the iwlwifi kernel driver. 320 321config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_9XXX 322 bool "Intel iwlwifi 9xxx" 323 help 324 Firmware files for the Intel Wifi 9xxx devices supported by 325 the iwlwifi kernel driver. 326 327config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_6E 328 bool "Intel iwlwifi 6/6E" 329 help 330 Firmware files for the Intel Wi-Fi 6 and Wi-Fi 6E devices 331 supported by the iwlwifi kernel driver. 332 333config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_QUZ 334 bool "Intel iwlwifi QuZ" 335 help 336 Firmware files for the Intel Wifi QuZ devices (used in NUC10) 337 supported by the iwlwifi kernel driver. 338 339config BR2_PACKAGE_LINUX_FIRMWARE_LIBERTAS_SD8686_V8 340 bool "Libertas SD 8686 v8" 341 help 342 Firmware files (version 8) for the Marvell SD8686 module 343 344config BR2_PACKAGE_LINUX_FIRMWARE_LIBERTAS_SD8686_V9 345 bool "Libertas SD 8686 v9" 346 help 347 Firmware files (version 9) for the Marvell SD8686 module 348 349config BR2_PACKAGE_LINUX_FIRMWARE_LIBERTAS_SD8688 350 bool "Libertas SD 8688" 351 help 352 Firmware files for the Marvell SD8688 module 353 354config BR2_PACKAGE_LINUX_FIRMWARE_LIBERTAS_USB8388_V9 355 bool "Libertas USB 8388 v9" 356 help 357 Firmware files (version 9) for the Marvell USB8388 module 358 359config BR2_PACKAGE_LINUX_FIRMWARE_LIBERTAS_USB8388_OLPC 360 bool "Libertas USB 8388 OLPC" 361 help 362 Firmware files (OLPC mesh capable version) for the Marvell 363 USB8388 module. 364 365config BR2_PACKAGE_LINUX_FIRMWARE_LIBERTAS_USB_THINFIRM 366 bool "Libertas USB Thin Firmware" 367 help 368 Firmware files (soft MAC) for the Marvell USB modules 369 370config BR2_PACKAGE_LINUX_FIRMWARE_MWIFIEX_SD8787 371 bool "Marvell Wifi-Ex 8787 SDIO" 372 help 373 Firmware files for the Marvell Wifi-Ex 8787 module on SDIO. 374 375config BR2_PACKAGE_LINUX_FIRMWARE_MWIFIEX_SD8797 376 bool "Marvell Wifi-Ex 8797 SDIO" 377 help 378 Firmware files for the Marvell Wifi-Ex 8797 module on SDIO. 379 380config BR2_PACKAGE_LINUX_FIRMWARE_MWIFIEX_USB8797 381 bool "Marvell Wifi-Ex 8797 USB" 382 help 383 Firmware files for the Marvell Wifi-Ex 8797 module on USB. 384 385config BR2_PACKAGE_LINUX_FIRMWARE_MWIFIEX_USB8801 386 bool "Marvell Wifi-Ex 8801 USB" 387 help 388 Firmware files for the Marvell Wifi-Ex 8801 module on USB. 389 390config BR2_PACKAGE_LINUX_FIRMWARE_MWIFIEX_SD8887 391 bool "Marvell Wifi-Ex 8887 SDIO" 392 help 393 Firmware files for the Marvell Wifi-Ex 8887 module on SDIO. 394 395config BR2_PACKAGE_LINUX_FIRMWARE_MWIFIEX_SD8897 396 bool "Marvell Wifi-Ex 8897 SDIO" 397 help 398 Firmware files for the Marvell Wifi-Ex 8897 module on SDIO. 399 400config BR2_PACKAGE_LINUX_FIRMWARE_MWIFIEX_USB8897 401 bool "Marvell Wifi-Ex 8897 USB" 402 help 403 Firmware files for the Marvell Wifi-Ex 8897 module on USB. 404 405config BR2_PACKAGE_LINUX_FIRMWARE_MWIFIEX_PCIE8897 406 bool "Marvell Wifi-Ex 8897 PCI-E" 407 help 408 Firmware files for the Marvell Wifi-Ex 8897 module on PCI-E. 409 410config BR2_PACKAGE_LINUX_FIRMWARE_MWIFIEX_PCIEUART8997 411 bool "Marvell Wifi-Ex 8997 PCI-E/UART" 412 help 413 Firmware files for the Marvell Wifi-Ex 8997 module on 414 PCI-E/UART. 415 416config BR2_PACKAGE_LINUX_FIRMWARE_MWIFIEX_PCIEUSB8997 417 bool "Marvell Wifi-Ex 8997 PCI-E/USB" 418 help 419 Firmware files for the Marvell Wifi-Ex 8997 module on 420 PCI-E/USB. 421 422config BR2_PACKAGE_LINUX_FIRMWARE_MEDIATEK_MT7601U 423 bool "MediaTek MT7601U" 424 help 425 MediaTek MT7601U 426 427config BR2_PACKAGE_LINUX_FIRMWARE_MEDIATEK_MT7610E 428 bool "MediaTek MT7610E" 429 help 430 MediaTek MT7610E 431 432config BR2_PACKAGE_LINUX_FIRMWARE_MEDIATEK_MT76X2E 433 bool "MediaTek MT76x2e" 434 help 435 MediaTek MT76x2e 436 437config BR2_PACKAGE_LINUX_FIRMWARE_MEDIATEK_MT7921 438 bool "MediaTek MT7921" 439 help 440 MediaTek MT7921 441 442config BR2_PACKAGE_LINUX_FIRMWARE_MEDIATEK_MT7922 443 bool "MediaTek MT7922" 444 help 445 MediaTek MT7922 446 447config BR2_PACKAGE_LINUX_FIRMWARE_QUALCOMM_6174 448 bool "Qualcomm Atheros 6174" 449 help 450 Firmware files for the Qualcomm Atheros QCA6174 chip 451 452config BR2_PACKAGE_LINUX_FIRMWARE_RALINK_RT61 453 bool "Ralink rt2501/rt61" 454 help 455 Ralink rt2501/rt61 456 457config BR2_PACKAGE_LINUX_FIRMWARE_RALINK_RT73 458 bool "Ralink rt73" 459 help 460 Ralink rt73 461 462config BR2_PACKAGE_LINUX_FIRMWARE_RALINK_RT2XX 463 bool "Ralink rt27xx/rt28xx/rt30xx" 464 help 465 Ralink rt27xx/rt28xx/rt30xx 466 467config BR2_PACKAGE_LINUX_FIRMWARE_RTL_81XX 468 bool "Realtek 81xx" 469 help 470 Realtek 8188/8192 471 472config BR2_PACKAGE_LINUX_FIRMWARE_RTL_87XX 473 bool "Realtek 87xx" 474 help 475 Realtek 8712/8723/8723be 476 477config BR2_PACKAGE_LINUX_FIRMWARE_RTL_88XX 478 bool "Realtek 88xx" 479 help 480 Realtek rtl8821ae 481 482config BR2_PACKAGE_LINUX_FIRMWARE_RTL_RTW88 483 bool "Realtek rtw88" 484 help 485 Firmware images supported by Realtek's wireless 486 driver rtw88 (802.11n/ac chipsets). 487 488config BR2_PACKAGE_LINUX_FIRMWARE_RTL_RTW89 489 bool "Realtek rtw89" 490 help 491 Firmware images supported by Realtek's wireless 492 driver rtw89 (802.11ax chipsets). 493 494config BR2_PACKAGE_LINUX_FIRMWARE_REDPINE_RS9113 495 bool "Redpine rs9113" 496 help 497 Firmware files for WLAN and Bluetooth modules rs9113 498 499config BR2_PACKAGE_LINUX_FIRMWARE_TI_WL127X 500 bool "TI wl127x" 501 help 502 Firmware files for WLAN and Bluetooth modules wl1271 and 503 wl1273 504 505config BR2_PACKAGE_LINUX_FIRMWARE_TI_WL128X 506 bool "TI wl128x" 507 help 508 Firmware files for WLAN and Bluetooth modules wl128x 509 510config BR2_PACKAGE_LINUX_FIRMWARE_TI_WL18XX 511 bool "TI wl18xx" 512 help 513 Firmware files for WLAN and Bluetooth modules wl18xx 514 515config BR2_PACKAGE_LINUX_FIRMWARE_QUALCOMM_WIL6210 516 bool "Qualcomm Atheros wil6210" 517 help 518 Firmware files for Qualcomm Atheros 11ad family of chips 519 520endmenu 521 522menu "Ethernet firmware" 523 524config BR2_PACKAGE_LINUX_FIRMWARE_BROADCOM_TIGON3 525 bool "Broadcom NetXtreme/Tigon3" 526 help 527 Firmware files for Broadcom Tigon3 ethernet cards 528 (tigon) 529 530config BR2_PACKAGE_LINUX_FIRMWARE_BNX2 531 bool "Broadcom NetXtremeII" 532 help 533 Firmware files for Broadcom NetXtreme ethernet cards (bnx2) 534 535config BR2_PACKAGE_LINUX_FIRMWARE_BNX2X 536 bool "Broadcom NetXtremeII 10Gb" 537 help 538 Firmware files for Broadcom NetXtreme 10Gb ethernet cards 539 (bnx2x) 540 541config BR2_PACKAGE_LINUX_FIRMWARE_CXGB4_T4 542 bool "Chelsio T4" 543 help 544 Firmware files for Chelsio T4 1Gb and 10Gb ethernet cards 545 (cxgb4) 546 547config BR2_PACKAGE_LINUX_FIRMWARE_CXGB4_T5 548 bool "Chelsio T5" 549 help 550 Firmware files for Chelsio T5 1Gb and 10Gb ethernet cards 551 (cxgb4) 552 553config BR2_PACKAGE_LINUX_FIRMWARE_INTEL_E100 554 bool "Intel e100 825xx" 555 help 556 Firmware files for Intel 825xx handled by driver e100 557 (e100) 558 559config BR2_PACKAGE_LINUX_FIRMWARE_INTEL_ICE 560 bool "Intel Ethernet 800 Series" 561 help 562 Firmware files for Intel Ethernet 800 Series Network Adapters 563 (ice) 564 565config BR2_PACKAGE_LINUX_FIRMWARE_MARVELL_PRESTERA 566 bool "Marvell Prestera" 567 help 568 Firmware files for Marvell Prestera ethernet cards 569 570config BR2_PACKAGE_LINUX_FIRMWARE_MICROCHIP_VSC85XX_PHY 571 bool "Microchip VSC85xx PHYs" 572 help 573 Firmware files for Microchip/Microsemi VSC85xx networking 574 PHYs (VSC8504, VSC8552, VSC8572, VSC8574, VSC856X, VSC8575, 575 VSC8582 and VSC8584) 576 577config BR2_PACKAGE_LINUX_FIRMWARE_QLOGIC_4X 578 bool "QLogic FastLinQ 4xxxx" 579 help 580 Firmware files for QLogic FastLinQ 4xxxx ethernet devices 581 (qede) 582 583config BR2_PACKAGE_LINUX_FIRMWARE_RTL_815X 584 bool "Realtek 8152/8153/8156 USB Ethernet Adapaters" 585 help 586 Firmware files for Realtek 8152/8153/8156 based USB Ethernet 587 adapters. 588 589config BR2_PACKAGE_LINUX_FIRMWARE_RTL_8169 590 bool "Realtek 8169" 591 help 592 Firmware files for Realtek 8169 gigabit ethernet cards 593 594endmenu 595 596menu "DVB firmware" 597 598config BR2_PACKAGE_LINUX_FIRMWARE_AS102 599 bool "Abilis Systems as102" 600 help 601 Firmware file for Abilis Systems single DVB-T receiver as102 602 603config BR2_PACKAGE_LINUX_FIRMWARE_DIB0700 604 bool "DiBcom dib0700" 605 help 606 Firmware file for dib0700-based USB DVB tuner driver 607 608config BR2_PACKAGE_LINUX_FIRMWARE_ITETECH_IT9135 609 bool "ITEtech it9135" 610 help 611 Firmware files for ITEtech it9135 (Ax and Bx) DVB-T USB tuner 612 613config BR2_PACKAGE_LINUX_FIRMWARE_H5_DRXK 614 bool "Terratec H5 DRX-K" 615 help 616 Firmware file for Terratec H5 DRX-K based DVB tuner driver 617 618config BR2_PACKAGE_LINUX_FIRMWARE_XCx000 619 bool "Xceive/Cresta xc4000/xc5000/xc500c" 620 help 621 Firmware file for xc4000/xc5000/xc5000c based DVB tuner driver 622 623endmenu 624 625menu "Fibre Channel Adapter Firmware" 626 627config BR2_PACKAGE_LINUX_FIRMWARE_QLOGIC_2XXX 628 bool "QLogic 2xxx Fibre Channel Adapters" 629 help 630 Firmware files for ql2xxx adapters 631 632endmenu 633 634menu "Intel QuickAssist Firmware" 635 636config BR2_PACKAGE_LINUX_FIRMWARE_QAT_DH895XCC 637 bool "Support for DH895xCC" 638 help 639 Firmware files for Intel DH895xCC devices 640 641config BR2_PACKAGE_LINUX_FIRMWARE_QAT_C3XXX 642 bool "Support for C3XXX" 643 help 644 Firmware files for Intel C3XXX devices 645 646config BR2_PACKAGE_LINUX_FIRMWARE_QAT_C62X 647 bool "Support for C62X" 648 help 649 Firmware files for Intel C62X devices 650 651endmenu 652 653menu "USB to Serial Firmware" 654 655config BR2_PACKAGE_LINUX_FIRMWARE_USB_SERIAL_TI 656 bool "USB TI 3410/5052 Serial Firmware" 657 help 658 Firmware files for TI 3410/5052 659 660endmenu 661 662menu "V4L Firmware" 663 664config BR2_PACKAGE_LINUX_FIRMWARE_CX231XX 665 bool "Conexant Cx23100/101/102 USB broadcast A/V decoder" 666 help 667 Firmware files for Conexant Cx23100/101/102 USB broadcast 668 A/V decoder needed by the Linux CX231XX driver. 669 670config BR2_PACKAGE_LINUX_FIRMWARE_CX23885 671 bool "Conexant Cx23885/7/8 PCIe broadcast A/V decoder" 672 help 673 Firmware files for Conexant Cx23885/7/8 PCIe broadcast 674 A/V decoder needed by the Linux CX23885 driver. 675 676config BR2_PACKAGE_LINUX_FIRMWARE_INTEL_ATOMISP 677 bool "Intel AtomISP v2" 678 help 679 Firmware files for Intel AtomISP v2 (also know as IPU2) 680 needed by the Linux AtomISP v2 driver. 681 682endmenu 683 684endif 685