c04355b922
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
92 lines
1.9 KiB
Plaintext
92 lines
1.9 KiB
Plaintext
config BR2_PACKAGE_LINUX_FIRMWARE
|
|
bool "linux-firmware"
|
|
help
|
|
This package provides various binary firmware files (closed
|
|
binary blobs) for such devices like LAN, WLAN cards etc.
|
|
|
|
https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git
|
|
|
|
if BR2_PACKAGE_LINUX_FIRMWARE
|
|
|
|
menu "Atheros"
|
|
|
|
config BR2_PACKAGE_LINUX_FIRMWARE_ATHEROS_7010
|
|
bool "Atheros 7010"
|
|
help
|
|
Firmware files for the Atheros 7010 module
|
|
|
|
config BR2_PACKAGE_LINUX_FIRMWARE_ATHEROS_9271
|
|
bool "Atheros 9271"
|
|
help
|
|
Firmware files for the Atheros 9271 module
|
|
|
|
endmenu
|
|
|
|
menu "Marvell Libertas"
|
|
|
|
config BR2_PACKAGE_LINUX_FIRMWARE_LIBERTAS_SD8686_V8
|
|
bool "Libertas SD 8686 v8"
|
|
help
|
|
Firmware files (version 8) for the Marvell SD8686 module
|
|
|
|
config BR2_PACKAGE_LINUX_FIRMWARE_LIBERTAS_SD8686_V9
|
|
bool "Libertas SD 8686 v9"
|
|
help
|
|
Firmware files (version 9) for the Marvell SD8686 module
|
|
|
|
config BR2_PACKAGE_LINUX_FIRMWARE_LIBERTAS_SD8688
|
|
bool "Libertas SD 8688"
|
|
help
|
|
Firmware files for the Marvell SD8688 module
|
|
|
|
endmenu
|
|
|
|
menu "Ralink"
|
|
|
|
config BR2_PACKAGE_LINUX_FIRMWARE_RALINK_RT61
|
|
bool "Ralink rt2501/rt61"
|
|
help
|
|
Ralink rt2501/rt61
|
|
|
|
config BR2_PACKAGE_LINUX_FIRMWARE_RALINK_RT73
|
|
bool "Ralink rt73"
|
|
help
|
|
Ralink rt73
|
|
|
|
config BR2_PACKAGE_LINUX_FIRMWARE_RALINK_RT2XX
|
|
bool "Ralink rt27xx/rt28xx/rt30xx"
|
|
help
|
|
Ralink rt27xx/rt28xx/rt30xx
|
|
|
|
endmenu
|
|
|
|
menu "Realtek"
|
|
|
|
config BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192
|
|
bool "Realtek 8192"
|
|
help
|
|
Realtek 8192
|
|
|
|
config BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712
|
|
bool "Realtek 8712"
|
|
help
|
|
Realtek 8712
|
|
|
|
endmenu
|
|
|
|
menu "Texas Instruments"
|
|
|
|
config BR2_PACKAGE_LINUX_FIRMWARE_TI_WL127X
|
|
bool "wl127X"
|
|
help
|
|
Firmware files for WLAN and Bluetooth modules wl1271 and wl1273
|
|
|
|
config BR2_PACKAGE_LINUX_FIRMWARE_TI_WL128X
|
|
bool "wl128X"
|
|
help
|
|
Firmware files for WLAN and Bluetooth modules wl128x
|
|
|
|
endmenu
|
|
|
|
endif
|