bed4e27868
This patch fixes the following whitespace problems in Config.in files: - trailing whitespace - spaces instead of tabs for indentation - help text not indented with tab + 2 spaces Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
111 lines
2.6 KiB
Plaintext
111 lines
2.6 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 "WiFi firmwares"
|
|
|
|
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
|
|
|
|
config BR2_PACKAGE_LINUX_FIRMWARE_BRCM_BCM43XX
|
|
bool "Broadcom BRCM bcm43xx"
|
|
help
|
|
Firmware files for the Broadcom BRCM bcm43xx
|
|
|
|
config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_5000
|
|
bool "Intel iwlwifi 5000"
|
|
help
|
|
Firmware files for the Intel Wifi 5000 devices supported by
|
|
the iwlwifi kernel driver.
|
|
|
|
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
|
|
|
|
config BR2_PACKAGE_LINUX_FIRMWARE_MWIFIEX_SD8787
|
|
bool "Marvell Wifi-Ex SD 8787"
|
|
help
|
|
Firmware files for the Marvell Wifi-Ex 8787 module on SDIO.
|
|
|
|
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
|
|
|
|
config BR2_PACKAGE_LINUX_FIRMWARE_RTL_81XX
|
|
bool "Realtek 81xx"
|
|
help
|
|
Realtek 8188/8192
|
|
|
|
config BR2_PACKAGE_LINUX_FIRMWARE_RTL_87XX
|
|
bool "Realtek 87xx"
|
|
help
|
|
Realtek 8712/8723
|
|
|
|
config BR2_PACKAGE_LINUX_FIRMWARE_TI_WL127X
|
|
bool "TI wl127X"
|
|
help
|
|
Firmware files for WLAN and Bluetooth modules wl1271 and wl1273
|
|
|
|
config BR2_PACKAGE_LINUX_FIRMWARE_TI_WL128X
|
|
bool "TI wl128X"
|
|
help
|
|
Firmware files for WLAN and Bluetooth modules wl128x
|
|
|
|
endmenu
|
|
|
|
menu "DVB firmwares"
|
|
|
|
config BR2_PACKAGE_LINUX_FIRMWARE_DIB0700
|
|
bool "DiBcom dib0700"
|
|
help
|
|
Firmware file for dib0700-based USB DVB tuner driver
|
|
|
|
config BR2_PACKAGE_LINUX_FIRMWARE_H5_DRXK
|
|
bool "Terratec H5 DRX-K"
|
|
help
|
|
Firmware file for Terratec H5 DRX-K based DVB tuner driver
|
|
|
|
config BR2_PACKAGE_LINUX_FIRMWARE_XC5000
|
|
bool "Xceive xc5000"
|
|
help
|
|
Firmware file for xc5000-based DVB tuner driver
|
|
|
|
endmenu
|
|
|
|
endif
|