Config.in 18 KB

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